Shades of Citrus #9FAA11
Tints of Citrus #9FAA11
RGB
CMYK
RGB Variations
Color information
#9FAA11 (or 0x9FAA11) is known color: Citrus. HEX triplet: 9F, AA and 11. RGB value is (159,170,17). Sum of RGB (Red+Green+Blue) = 159+170+17=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 17 (7.03% from 255 or 4.91% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAA11 is #6055EE. Grayscale: #959595. Windows color (decimal): -6313455 or 1157791. OLE color: 1157791.
HSL color Cylindrical-coordinate representation of color #9FAA11: hue angle of 64.31º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9FAA11 is Cyan = 0.06, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 17 | - |
| CMYK | 0.06 | 0 | 0.9 | 0.33 |
| HSL | 64.31º | 0.82% | 0.37% | - |
| HSV(B) | 64.31º | 0.9% | 0.67% | - |
| XYZ | 28.77 | 36.16 | 5.99 | - |
| YUV | 149.27 | 53.36 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 17 | 0.06 | 0 | 0.9 | 0.33 | 64.31 | 0.82 | 0.37 |
| Hex | 9F | AA | 11 | 6 | 0 | 5A | 21 | 40 | 52 | 25 |
| Octal | 237 | 252 | 21 | 6 | 0 | 132 | 41 | 100 | 122 | 45 |
| Binary | 10011111 | 10101010 | 10001 | 110 | 0 | 1011010 | 100001 | 1000000 | 1010010 | 100101 |
Color Harmonies of #9FAA11
Complementary color
Monochromatic Colors of #9FAA11
Black with #9FAA11
Text Example
Text Example
White with #9FAA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA11; }
p { color: rgb(159,170,17); }
H1.HeaderClassName
{
color: #9FAA11;
}
.AnyTagClassName
{
color: #9FAA11;
}
</style>
background-color css
<style>
a { background-color: #9FAA11; }
a { background-color: rgb(159,170,17); }
div.DivClassName
{
background-color: #9FAA11;
}
.BgClassName
{
background-color: #9FAA11;
}
</style>
border-color css
<style>
span { border-color: #9FAA11; }
span { border-color: rgb(159,170,17); }
td.TdClassName
{
border-color: #9FAA11;
}
.TagClassName
{
border-color: #9FAA11;
}
</style>