Shades of Citrus #9CC407
Tints of Citrus #9CC407
RGB
CMYK
RGB Variations
Color information
#9CC407 (or 0x9CC407) is known color: Citrus. HEX triplet: 9C, C4 and 07. RGB value is (156,196,7). Sum of RGB (Red+Green+Blue) = 156+196+7=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 196 (76.95% from 255 or 54.60% from 359); Blue value is 7 (3.12% from 255 or 1.95% from 359); Max value from RGB is 196 - color contains mainly: green. Hex color #9CC407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC407 is #633BF8. Grayscale: #A3A3A3. Windows color (decimal): -6503417 or 509084. OLE color: 509084.
HSL color Cylindrical-coordinate representation of color #9CC407: hue angle of 72.7º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9CC407 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 196 | 7 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.23 |
| HSL | 72.7º | 0.93% | 0.4% | - |
| HSV(B) | 72.7º | 0.96% | 0.77% | - |
| XYZ | 33.49 | 46.56 | 7.42 | - |
| YUV | 162.49 | 40.25 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 196 | 7 | 0.20 | 0 | 0.96 | 0.23 | 72.7 | 0.93 | 0.4 |
| Hex | 9C | C4 | 7 | 14 | 0 | 60 | 17 | 49 | 5D | 28 |
| Octal | 234 | 304 | 7 | 24 | 0 | 140 | 27 | 111 | 135 | 50 |
| Binary | 10011100 | 11000100 | 111 | 10100 | 0 | 1100000 | 10111 | 1001001 | 1011101 | 101000 |
Color Harmonies of #9CC407
Complementary color
Monochromatic Colors of #9CC407
Black with #9CC407
Text Example
Text Example
White with #9CC407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC407; }
p { color: rgb(156,196,7); }
H1.HeaderClassName
{
color: #9CC407;
}
.AnyTagClassName
{
color: #9CC407;
}
</style>
background-color css
<style>
a { background-color: #9CC407; }
a { background-color: rgb(156,196,7); }
div.DivClassName
{
background-color: #9CC407;
}
.BgClassName
{
background-color: #9CC407;
}
</style>
border-color css
<style>
span { border-color: #9CC407; }
span { border-color: rgb(156,196,7); }
td.TdClassName
{
border-color: #9CC407;
}
.TagClassName
{
border-color: #9CC407;
}
</style>