Shades of Citrus #9FCA00
Tints of Citrus #9FCA00
RGB
CMYK
RGB Variations
Color information
#9FCA00 (or 0x9FCA00) is known color: Citrus. HEX triplet: 9F, CA and 00. RGB value is (159,202,0). Sum of RGB (Red+Green+Blue) = 159+202+0=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 202 (79.30% from 255 or 55.96% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCA00 is #6035FF. Grayscale: #A6A6A6. Windows color (decimal): -6305280 or 51871. OLE color: 51871.
HSL color Cylindrical-coordinate representation of color #9FCA00: hue angle of 72.77º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FCA00 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 202 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.21 |
| HSL | 72.77º | 1% | 0.4% | - |
| HSV(B) | 72.77º | 1% | 0.79% | - |
| XYZ | 35.42 | 49.61 | 7.71 | - |
| YUV | 166.12 | 34.25 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 202 | 0 | 0.21 | 0 | 1 | 0.21 | 72.77 | 1 | 0.4 |
| Hex | 9F | CA | 0 | 15 | 0 | 64 | 15 | 49 | 64 | 28 |
| Octal | 237 | 312 | 0 | 25 | 0 | 144 | 25 | 111 | 144 | 50 |
| Binary | 10011111 | 11001010 | 0 | 10101 | 0 | 1100100 | 10101 | 1001001 | 1100100 | 101000 |
Color Harmonies of #9FCA00
Complementary color
Monochromatic Colors of #9FCA00
Black with #9FCA00
Text Example
Text Example
White with #9FCA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCA00; }
p { color: rgb(159,202,0); }
H1.HeaderClassName
{
color: #9FCA00;
}
.AnyTagClassName
{
color: #9FCA00;
}
</style>
background-color css
<style>
a { background-color: #9FCA00; }
a { background-color: rgb(159,202,0); }
div.DivClassName
{
background-color: #9FCA00;
}
.BgClassName
{
background-color: #9FCA00;
}
</style>
border-color css
<style>
span { border-color: #9FCA00; }
span { border-color: rgb(159,202,0); }
td.TdClassName
{
border-color: #9FCA00;
}
.TagClassName
{
border-color: #9FCA00;
}
</style>