Shades of Citrus #9FAA16
Tints of Citrus #9FAA16
RGB
CMYK
RGB Variations
Color information
#9FAA16 (or 0x9FAA16) is known color: Citrus. HEX triplet: 9F, AA and 16. RGB value is (159,170,22). Sum of RGB (Red+Green+Blue) = 159+170+22=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAA16 is #6055E9. Grayscale: #969696. Windows color (decimal): -6313450 or 1485471. OLE color: 1485471.
HSL color Cylindrical-coordinate representation of color #9FAA16: hue angle of 64.46º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9FAA16 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 22 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.33 |
| HSL | 64.46º | 0.77% | 0.38% | - |
| HSV(B) | 64.46º | 0.87% | 0.67% | - |
| XYZ | 28.82 | 36.18 | 6.22 | - |
| YUV | 149.84 | 55.86 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 22 | 0.06 | 0 | 0.87 | 0.33 | 64.46 | 0.77 | 0.38 |
| Hex | 9F | AA | 16 | 6 | 0 | 57 | 21 | 40 | 4D | 26 |
| Octal | 237 | 252 | 26 | 6 | 0 | 127 | 41 | 100 | 115 | 46 |
| Binary | 10011111 | 10101010 | 10110 | 110 | 0 | 1010111 | 100001 | 1000000 | 1001101 | 100110 |
Color Harmonies of #9FAA16
Complementary color
Monochromatic Colors of #9FAA16
Black with #9FAA16
Text Example
Text Example
White with #9FAA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA16; }
p { color: rgb(159,170,22); }
H1.HeaderClassName
{
color: #9FAA16;
}
.AnyTagClassName
{
color: #9FAA16;
}
</style>
background-color css
<style>
a { background-color: #9FAA16; }
a { background-color: rgb(159,170,22); }
div.DivClassName
{
background-color: #9FAA16;
}
.BgClassName
{
background-color: #9FAA16;
}
</style>
border-color css
<style>
span { border-color: #9FAA16; }
span { border-color: rgb(159,170,22); }
td.TdClassName
{
border-color: #9FAA16;
}
.TagClassName
{
border-color: #9FAA16;
}
</style>