COLOR #9CCF4A

HEX: #9CCF4A
RGB: (156,207,74)

Color info

#9CCF4A contains mainly red and green colors. Web safe color of #9CCF4A is #99CC33 (or #9C3).

RGB color model

#9CCF4A color RGB value is (156,207,74).

  • red value is 156;
  • green value is 207;
  • blue value is 74.
RGB:
(156,207,74)
(61%,81%,29%)

RGB channels and saturation

R 156 of 255 = 61%
G 207 of 255 = 81%
B 74 of 255 = 29%

156
207
74

R + G + B ~ 57%. #9CCF4A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
156 + 207 + 74 = 437 (100%)
R 156 of 437 ~ 35.7%
G 207 of 437 ~ 47.37%
B 74 of 437 ~ 16.93%

%35.7
%47.37
%16.93

CMYK color model

#9CCF4A color CMYK value is (25,0,64,19).

  • cyan value is 24.64%
  • magenta value is 0.00%
  • yellow value is 64.25%
  • key color value is 18.82%
CMYK:
(25,0,64,19)
C25M0Y64K19 
(25%,0%,64%,19%)
(0.25/0.00/0.64/0.19)	

CMYK percentages

%24.64
%0
%64.25
%18.82

Codes

Color #9CCF4A in popluar color models

9CCF4A
RGB15620774
HSL83°58.08%55.10%
HSB/HSV83°64.25%81.18%
CMYK24.64%0.00%64.25%
18.82%

Color #9CCF4A in popluar number systems.

HEX9CCF4A
Decimal15620774
Binary10011100110011111001010
Octal234317112

Shades and tints

Shades of #9CCF4A

#9CCF4A
(156,207,74)
#8EBD44
(142,189,68)
#80AB3E
(128,171,62)
#729938
(114,153,56)
#648732
(100,135,50)
#56752C
(86,117,44)
#486326
(72,99,38)
#3A5120
(58,81,32)
#2C3F1A
(44,63,26)
#1E2D14
(30,45,20)
#101B0E
(16,27,14)
#000000
(0,0,0)

Tints of #9CCF4A

#9CCF4A
(156,207,74)
#A5D35A
(165,211,90)
#AED76A
(174,215,106)
#B7DB7A
(183,219,122)
#C0DF8A
(192,223,138)
#C9E39A
(201,227,154)
#D2E7AA
(210,231,170)
#DBEBBA
(219,235,186)
#E4EFCA
(228,239,202)
#EDF3DA
(237,243,218)
#F6F7EA
(246,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CCF4A color. Also use rgb(156,207,74) instead hex code.

Text Font Color

.myTextColor { color: #9CCF4A; }

<p style="color:#9CCF4A">This sample text font color is #9CCF4A.</p>

This text font color is #9CCF4A.


Background Color

.myBgColor { background-color: #9CCF4A; }

<div style="background-color:#9CCF4A">Inner text</div>

This div background color is #9CCF4A.


Border color

.myBorderColor { border: 1px solid #9CCF4A; }

<div style="border:3px solid #9CCF4A">Div</div>

This div border color is #9CCF4A.


Opacity

.myOpacity80 { color: #9CCF4A; opacity: 0.8; }

<p style="color:#9CCF4A;opacity:0.8;">80%</p>

Text with #9CCF4A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9CCF4A;}

<p style="text-shadow: 3px 3px 1px #9CCF4A">Text here.</p>

This text has shadow with #9CCF4A color.

.textShadow {text-shadow: 3px 3px 1px #9CCF4A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9CCF4A, 5px 5px 20px red">Text here.</p>

This text has shadow with #9CCF4A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9CCF4A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9CCF4A, Direction=45, Strength=4)">Text</p>

This text has shadow with #9CCF4A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #9CCF4A;
  -webkit-box-shadow:	1px 1px 3px 2px #9CCF4A;
  box-shadow:		1px 1px 3px 2px #9CCF4A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9CCF4A;
-webkit-box-shadow: 1px 1px 3px 2px #9CCF4A;
box-shadow:1px 1px 3px 2px #9CCF4A;">
Div content here</div>
This div box has shadow with color #9CCF4A.

Preview

Color preview on black background

This text has color #9CCF4A on black background.


Color preview on white background

This text has color #9CCF4A on white background.



Black color preview on #9CCF4A background

This text has black color on #9CCF4A background.


White color preview on #9CCF4A background

This text has white color on #9CCF4A background.