Shades of Citrus #9FD00A
Tints of Citrus #9FD00A
RGB
CMYK
RGB Variations
Color information
#9FD00A (or 0x9FD00A) is known color: Citrus. HEX triplet: 9F, D0 and 0A. RGB value is (159,208,10). Sum of RGB (Red+Green+Blue) = 159+208+10=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 208 (81.64% from 255 or 55.17% from 377); Blue value is 10 (4.30% from 255 or 2.65% from 377); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD00A is #602FF5. Grayscale: #ABABAB. Windows color (decimal): -6303734 or 708767. OLE color: 708767.
HSL color Cylindrical-coordinate representation of color #9FD00A: hue angle of 74.85º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9FD00A is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 208 | 10 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.18 |
| HSL | 74.85º | 0.91% | 0.43% | - |
| HSV(B) | 74.85º | 0.95% | 0.82% | - |
| XYZ | 36.91 | 52.5 | 8.48 | - |
| YUV | 170.78 | 37.27 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 208 | 10 | 0.24 | 0 | 0.95 | 0.18 | 74.85 | 0.91 | 0.43 |
| Hex | 9F | D0 | A | 18 | 0 | 5F | 12 | 4B | 5B | 2B |
| Octal | 237 | 320 | 12 | 30 | 0 | 137 | 22 | 113 | 133 | 53 |
| Binary | 10011111 | 11010000 | 1010 | 11000 | 0 | 1011111 | 10010 | 1001011 | 1011011 | 101011 |
Color Harmonies of #9FD00A
Complementary color
Monochromatic Colors of #9FD00A
Black with #9FD00A
Text Example
Text Example
White with #9FD00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD00A; }
p { color: rgb(159,208,10); }
H1.HeaderClassName
{
color: #9FD00A;
}
.AnyTagClassName
{
color: #9FD00A;
}
</style>
background-color css
<style>
a { background-color: #9FD00A; }
a { background-color: rgb(159,208,10); }
div.DivClassName
{
background-color: #9FD00A;
}
.BgClassName
{
background-color: #9FD00A;
}
</style>
border-color css
<style>
span { border-color: #9FD00A; }
span { border-color: rgb(159,208,10); }
td.TdClassName
{
border-color: #9FD00A;
}
.TagClassName
{
border-color: #9FD00A;
}
</style>