Shades of Citrus #9CC007
Tints of Citrus #9CC007
RGB
CMYK
RGB Variations
Color information
#9CC007 (or 0x9CC007) is known color: Citrus. HEX triplet: 9C, C0 and 07. RGB value is (156,192,7). Sum of RGB (Red+Green+Blue) = 156+192+7=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 7 (3.12% from 255 or 1.97% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC007 is #633FF8. Grayscale: #A0A0A0. Windows color (decimal): -6504441 or 508060. OLE color: 508060.
HSL color Cylindrical-coordinate representation of color #9CC007: hue angle of 71.68º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9CC007 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 192 | 7 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.25 |
| HSL | 71.68º | 0.93% | 0.39% | - |
| HSV(B) | 71.68º | 0.96% | 0.75% | - |
| XYZ | 32.6 | 44.78 | 7.13 | - |
| YUV | 160.15 | 41.57 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 192 | 7 | 0.19 | 0 | 0.96 | 0.25 | 71.68 | 0.93 | 0.39 |
| Hex | 9C | C0 | 7 | 13 | 0 | 60 | 19 | 48 | 5D | 27 |
| Octal | 234 | 300 | 7 | 23 | 0 | 140 | 31 | 110 | 135 | 47 |
| Binary | 10011100 | 11000000 | 111 | 10011 | 0 | 1100000 | 11001 | 1001000 | 1011101 | 100111 |
Color Harmonies of #9CC007
Complementary color
Monochromatic Colors of #9CC007
Black with #9CC007
Text Example
Text Example
White with #9CC007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC007; }
p { color: rgb(156,192,7); }
H1.HeaderClassName
{
color: #9CC007;
}
.AnyTagClassName
{
color: #9CC007;
}
</style>
background-color css
<style>
a { background-color: #9CC007; }
a { background-color: rgb(156,192,7); }
div.DivClassName
{
background-color: #9CC007;
}
.BgClassName
{
background-color: #9CC007;
}
</style>
border-color css
<style>
span { border-color: #9CC007; }
span { border-color: rgb(156,192,7); }
td.TdClassName
{
border-color: #9CC007;
}
.TagClassName
{
border-color: #9CC007;
}
</style>