Shades of Citrus #9CCF06
Tints of Citrus #9CCF06
RGB
CMYK
RGB Variations
Color information
#9CCF06 (or 0x9CCF06) is known color: Citrus. HEX triplet: 9C, CF and 06. RGB value is (156,207,6). Sum of RGB (Red+Green+Blue) = 156+207+6=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 207 (81.25% from 255 or 56.10% from 369); Blue value is 6 (2.73% from 255 or 1.63% from 369); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CCF06 is #6330F9. Grayscale: #A9A9A9. Windows color (decimal): -6500602 or 446364. OLE color: 446364.
HSL color Cylindrical-coordinate representation of color #9CCF06: hue angle of 75.22º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9CCF06 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 207 | 6 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.19 |
| HSL | 75.22º | 0.94% | 0.42% | - |
| HSV(B) | 75.22º | 0.97% | 0.81% | - |
| XYZ | 36.06 | 51.71 | 8.25 | - |
| YUV | 168.84 | 36.1 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 207 | 6 | 0.25 | 0 | 0.97 | 0.19 | 75.22 | 0.94 | 0.42 |
| Hex | 9C | CF | 6 | 19 | 0 | 61 | 13 | 4B | 5E | 2A |
| Octal | 234 | 317 | 6 | 31 | 0 | 141 | 23 | 113 | 136 | 52 |
| Binary | 10011100 | 11001111 | 110 | 11001 | 0 | 1100001 | 10011 | 1001011 | 1011110 | 101010 |
Color Harmonies of #9CCF06
Complementary color
Monochromatic Colors of #9CCF06
Black with #9CCF06
Text Example
Text Example
White with #9CCF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCF06; }
p { color: rgb(156,207,6); }
H1.HeaderClassName
{
color: #9CCF06;
}
.AnyTagClassName
{
color: #9CCF06;
}
</style>
background-color css
<style>
a { background-color: #9CCF06; }
a { background-color: rgb(156,207,6); }
div.DivClassName
{
background-color: #9CCF06;
}
.BgClassName
{
background-color: #9CCF06;
}
</style>
border-color css
<style>
span { border-color: #9CCF06; }
span { border-color: rgb(156,207,6); }
td.TdClassName
{
border-color: #9CCF06;
}
.TagClassName
{
border-color: #9CCF06;
}
</style>