Shades of Citrus #9FAA19
Tints of Citrus #9FAA19
RGB
CMYK
RGB Variations
Color information
#9FAA19 (or 0x9FAA19) is known color: Citrus. HEX triplet: 9F, AA and 19. RGB value is (159,170,25). Sum of RGB (Red+Green+Blue) = 159+170+25=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAA19 is #6055E6. Grayscale: #969696. Windows color (decimal): -6313447 or 1682079. OLE color: 1682079.
HSL color Cylindrical-coordinate representation of color #9FAA19: hue angle of 64.55º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9FAA19 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 25 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.33 |
| HSL | 64.55º | 0.74% | 0.38% | - |
| HSV(B) | 64.55º | 0.85% | 0.67% | - |
| XYZ | 28.85 | 36.19 | 6.38 | - |
| YUV | 150.18 | 57.36 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 25 | 0.06 | 0 | 0.85 | 0.33 | 64.55 | 0.74 | 0.38 |
| Hex | 9F | AA | 19 | 6 | 0 | 55 | 21 | 41 | 4A | 26 |
| Octal | 237 | 252 | 31 | 6 | 0 | 125 | 41 | 101 | 112 | 46 |
| Binary | 10011111 | 10101010 | 11001 | 110 | 0 | 1010101 | 100001 | 1000001 | 1001010 | 100110 |
Color Harmonies of #9FAA19
Complementary color
Monochromatic Colors of #9FAA19
Black with #9FAA19
Text Example
Text Example
White with #9FAA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA19; }
p { color: rgb(159,170,25); }
H1.HeaderClassName
{
color: #9FAA19;
}
.AnyTagClassName
{
color: #9FAA19;
}
</style>
background-color css
<style>
a { background-color: #9FAA19; }
a { background-color: rgb(159,170,25); }
div.DivClassName
{
background-color: #9FAA19;
}
.BgClassName
{
background-color: #9FAA19;
}
</style>
border-color css
<style>
span { border-color: #9FAA19; }
span { border-color: rgb(159,170,25); }
td.TdClassName
{
border-color: #9FAA19;
}
.TagClassName
{
border-color: #9FAA19;
}
</style>