Shades of Citrus #9FCC02
Tints of Citrus #9FCC02
RGB
CMYK
RGB Variations
Color information
#9FCC02 (or 0x9FCC02) is known color: Citrus. HEX triplet: 9F, CC and 02. RGB value is (159,204,2). Sum of RGB (Red+Green+Blue) = 159+204+2=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 204 (80.08% from 255 or 55.89% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCC02 is #6033FD. Grayscale: #A8A8A8. Windows color (decimal): -6304766 or 183455. OLE color: 183455.
HSL color Cylindrical-coordinate representation of color #9FCC02: hue angle of 73.37º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FCC02 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 2 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.2 |
| HSL | 73.37º | 0.98% | 0.4% | - |
| HSV(B) | 73.37º | 0.99% | 0.8% | - |
| XYZ | 35.9 | 50.56 | 7.92 | - |
| YUV | 167.52 | 34.59 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 2 | 0.22 | 0 | 0.99 | 0.2 | 73.37 | 0.98 | 0.4 |
| Hex | 9F | CC | 2 | 16 | 0 | 63 | 14 | 49 | 62 | 28 |
| Octal | 237 | 314 | 2 | 26 | 0 | 143 | 24 | 111 | 142 | 50 |
| Binary | 10011111 | 11001100 | 10 | 10110 | 0 | 1100011 | 10100 | 1001001 | 1100010 | 101000 |
Color Harmonies of #9FCC02
Complementary color
Monochromatic Colors of #9FCC02
Black with #9FCC02
Text Example
Text Example
White with #9FCC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCC02; }
p { color: rgb(159,204,2); }
H1.HeaderClassName
{
color: #9FCC02;
}
.AnyTagClassName
{
color: #9FCC02;
}
</style>
background-color css
<style>
a { background-color: #9FCC02; }
a { background-color: rgb(159,204,2); }
div.DivClassName
{
background-color: #9FCC02;
}
.BgClassName
{
background-color: #9FCC02;
}
</style>
border-color css
<style>
span { border-color: #9FCC02; }
span { border-color: rgb(159,204,2); }
td.TdClassName
{
border-color: #9FCC02;
}
.TagClassName
{
border-color: #9FCC02;
}
</style>