Shades of Citrus #9CCA07
Tints of Citrus #9CCA07
RGB
CMYK
RGB Variations
Color information
#9CCA07 (or 0x9CCA07) is known color: Citrus. HEX triplet: 9C, CA and 07. RGB value is (156,202,7). Sum of RGB (Red+Green+Blue) = 156+202+7=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 7 (3.12% from 255 or 1.92% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CCA07 is #6335F8. Grayscale: #A6A6A6. Windows color (decimal): -6501881 or 510620. OLE color: 510620.
HSL color Cylindrical-coordinate representation of color #9CCA07: hue angle of 74.15º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9CCA07 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 202 | 7 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.21 |
| HSL | 74.15º | 0.93% | 0.41% | - |
| HSV(B) | 74.15º | 0.97% | 0.79% | - |
| XYZ | 34.87 | 49.32 | 7.88 | - |
| YUV | 166.02 | 38.26 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 7 | 0.23 | 0 | 0.97 | 0.21 | 74.15 | 0.93 | 0.41 |
| Hex | 9C | CA | 7 | 17 | 0 | 61 | 15 | 4A | 5D | 29 |
| Octal | 234 | 312 | 7 | 27 | 0 | 141 | 25 | 112 | 135 | 51 |
| Binary | 10011100 | 11001010 | 111 | 10111 | 0 | 1100001 | 10101 | 1001010 | 1011101 | 101001 |
Color Harmonies of #9CCA07
Complementary color
Monochromatic Colors of #9CCA07
Black with #9CCA07
Text Example
Text Example
White with #9CCA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCA07; }
p { color: rgb(156,202,7); }
H1.HeaderClassName
{
color: #9CCA07;
}
.AnyTagClassName
{
color: #9CCA07;
}
</style>
background-color css
<style>
a { background-color: #9CCA07; }
a { background-color: rgb(156,202,7); }
div.DivClassName
{
background-color: #9CCA07;
}
.BgClassName
{
background-color: #9CCA07;
}
</style>
border-color css
<style>
span { border-color: #9CCA07; }
span { border-color: rgb(156,202,7); }
td.TdClassName
{
border-color: #9CCA07;
}
.TagClassName
{
border-color: #9CCA07;
}
</style>