Shades of Citrus #9CC40F
Tints of Citrus #9CC40F
RGB
CMYK
RGB Variations
Color information
#9CC40F (or 0x9CC40F) is known color: Citrus. HEX triplet: 9C, C4 and 0F. RGB value is (156,196,15). Sum of RGB (Red+Green+Blue) = 156+196+15=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 196 (76.95% from 255 or 53.41% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 196 - color contains mainly: green. Hex color #9CC40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC40F is #633BF0. Grayscale: #A4A4A4. Windows color (decimal): -6503409 or 1033372. OLE color: 1033372.
HSL color Cylindrical-coordinate representation of color #9CC40F: hue angle of 73.26º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9CC40F is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 196 | 15 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.23 |
| HSL | 73.26º | 0.86% | 0.41% | - |
| HSV(B) | 73.26º | 0.92% | 0.77% | - |
| XYZ | 33.54 | 46.58 | 7.68 | - |
| YUV | 163.41 | 44.25 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 196 | 15 | 0.20 | 0 | 0.92 | 0.23 | 73.26 | 0.86 | 0.41 |
| Hex | 9C | C4 | F | 14 | 0 | 5C | 17 | 49 | 56 | 29 |
| Octal | 234 | 304 | 17 | 24 | 0 | 134 | 27 | 111 | 126 | 51 |
| Binary | 10011100 | 11000100 | 1111 | 10100 | 0 | 1011100 | 10111 | 1001001 | 1010110 | 101001 |
Color Harmonies of #9CC40F
Complementary color
Monochromatic Colors of #9CC40F
Black with #9CC40F
Text Example
Text Example
White with #9CC40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC40F; }
p { color: rgb(156,196,15); }
H1.HeaderClassName
{
color: #9CC40F;
}
.AnyTagClassName
{
color: #9CC40F;
}
</style>
background-color css
<style>
a { background-color: #9CC40F; }
a { background-color: rgb(156,196,15); }
div.DivClassName
{
background-color: #9CC40F;
}
.BgClassName
{
background-color: #9CC40F;
}
</style>
border-color css
<style>
span { border-color: #9CC40F; }
span { border-color: rgb(156,196,15); }
td.TdClassName
{
border-color: #9CC40F;
}
.TagClassName
{
border-color: #9CC40F;
}
</style>