Shades of Citrus #9CCF09
Tints of Citrus #9CCF09
RGB
CMYK
RGB Variations
Color information
#9CCF09 (or 0x9CCF09) is known color: Citrus. HEX triplet: 9C, CF and 09. RGB value is (156,207,9). Sum of RGB (Red+Green+Blue) = 156+207+9=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 207 (81.25% from 255 or 55.65% from 372); Blue value is 9 (3.91% from 255 or 2.42% from 372); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CCF09 is #6330F6. Grayscale: #A9A9A9. Windows color (decimal): -6500599 or 642972. OLE color: 642972.
HSL color Cylindrical-coordinate representation of color #9CCF09: hue angle of 75.45º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9CCF09 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 207 | 9 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.19 |
| HSL | 75.45º | 0.92% | 0.42% | - |
| HSV(B) | 75.45º | 0.96% | 0.81% | - |
| XYZ | 36.07 | 51.71 | 8.34 | - |
| YUV | 169.18 | 37.6 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 207 | 9 | 0.25 | 0 | 0.96 | 0.19 | 75.45 | 0.92 | 0.42 |
| Hex | 9C | CF | 9 | 19 | 0 | 60 | 13 | 4B | 5C | 2A |
| Octal | 234 | 317 | 11 | 31 | 0 | 140 | 23 | 113 | 134 | 52 |
| Binary | 10011100 | 11001111 | 1001 | 11001 | 0 | 1100000 | 10011 | 1001011 | 1011100 | 101010 |
Color Harmonies of #9CCF09
Complementary color
Monochromatic Colors of #9CCF09
Black with #9CCF09
Text Example
Text Example
White with #9CCF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCF09; }
p { color: rgb(156,207,9); }
H1.HeaderClassName
{
color: #9CCF09;
}
.AnyTagClassName
{
color: #9CCF09;
}
</style>
background-color css
<style>
a { background-color: #9CCF09; }
a { background-color: rgb(156,207,9); }
div.DivClassName
{
background-color: #9CCF09;
}
.BgClassName
{
background-color: #9CCF09;
}
</style>
border-color css
<style>
span { border-color: #9CCF09; }
span { border-color: rgb(156,207,9); }
td.TdClassName
{
border-color: #9CCF09;
}
.TagClassName
{
border-color: #9CCF09;
}
</style>