Shades of Citrus #9FAA18
Tints of Citrus #9FAA18
RGB
CMYK
RGB Variations
Color information
#9FAA18 (or 0x9FAA18) is known color: Citrus. HEX triplet: 9F, AA and 18. RGB value is (159,170,24). Sum of RGB (Red+Green+Blue) = 159+170+24=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAA18 is #6055E7. Grayscale: #969696. Windows color (decimal): -6313448 or 1616543. OLE color: 1616543.
HSL color Cylindrical-coordinate representation of color #9FAA18: hue angle of 64.52º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9FAA18 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 24 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.33 |
| HSL | 64.52º | 0.75% | 0.38% | - |
| HSV(B) | 64.52º | 0.86% | 0.67% | - |
| XYZ | 28.84 | 36.19 | 6.33 | - |
| YUV | 150.07 | 56.86 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 24 | 0.06 | 0 | 0.86 | 0.33 | 64.52 | 0.75 | 0.38 |
| Hex | 9F | AA | 18 | 6 | 0 | 56 | 21 | 41 | 4B | 26 |
| Octal | 237 | 252 | 30 | 6 | 0 | 126 | 41 | 101 | 113 | 46 |
| Binary | 10011111 | 10101010 | 11000 | 110 | 0 | 1010110 | 100001 | 1000001 | 1001011 | 100110 |
Color Harmonies of #9FAA18
Complementary color
Monochromatic Colors of #9FAA18
Black with #9FAA18
Text Example
Text Example
White with #9FAA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA18; }
p { color: rgb(159,170,24); }
H1.HeaderClassName
{
color: #9FAA18;
}
.AnyTagClassName
{
color: #9FAA18;
}
</style>
background-color css
<style>
a { background-color: #9FAA18; }
a { background-color: rgb(159,170,24); }
div.DivClassName
{
background-color: #9FAA18;
}
.BgClassName
{
background-color: #9FAA18;
}
</style>
border-color css
<style>
span { border-color: #9FAA18; }
span { border-color: rgb(159,170,24); }
td.TdClassName
{
border-color: #9FAA18;
}
.TagClassName
{
border-color: #9FAA18;
}
</style>