Shades of Citrus #9FCC04
Tints of Citrus #9FCC04
RGB
CMYK
RGB Variations
Color information
#9FCC04 (or 0x9FCC04) is known color: Citrus. HEX triplet: 9F, CC and 04. RGB value is (159,204,4). Sum of RGB (Red+Green+Blue) = 159+204+4=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 204 (80.08% from 255 or 55.59% from 367); Blue value is 4 (1.95% from 255 or 1.09% from 367); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCC04 is #6033FB. Grayscale: #A8A8A8. Windows color (decimal): -6304764 or 314527. OLE color: 314527.
HSL color Cylindrical-coordinate representation of color #9FCC04: hue angle of 73.5º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9FCC04 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 4 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.2 |
| HSL | 73.5º | 0.96% | 0.41% | - |
| HSV(B) | 73.5º | 0.98% | 0.8% | - |
| XYZ | 35.91 | 50.57 | 7.98 | - |
| YUV | 167.75 | 35.59 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 4 | 0.22 | 0 | 0.98 | 0.2 | 73.5 | 0.96 | 0.41 |
| Hex | 9F | CC | 4 | 16 | 0 | 62 | 14 | 4A | 60 | 29 |
| Octal | 237 | 314 | 4 | 26 | 0 | 142 | 24 | 112 | 140 | 51 |
| Binary | 10011111 | 11001100 | 100 | 10110 | 0 | 1100010 | 10100 | 1001010 | 1100000 | 101001 |
Color Harmonies of #9FCC04
Complementary color
Monochromatic Colors of #9FCC04
Black with #9FCC04
Text Example
Text Example
White with #9FCC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCC04; }
p { color: rgb(159,204,4); }
H1.HeaderClassName
{
color: #9FCC04;
}
.AnyTagClassName
{
color: #9FCC04;
}
</style>
background-color css
<style>
a { background-color: #9FCC04; }
a { background-color: rgb(159,204,4); }
div.DivClassName
{
background-color: #9FCC04;
}
.BgClassName
{
background-color: #9FCC04;
}
</style>
border-color css
<style>
span { border-color: #9FCC04; }
span { border-color: rgb(159,204,4); }
td.TdClassName
{
border-color: #9FCC04;
}
.TagClassName
{
border-color: #9FCC04;
}
</style>