Shades of Citrus #9FAA09
Tints of Citrus #9FAA09
RGB
CMYK
RGB Variations
Color information
#9FAA09 (or 0x9FAA09) is known color: Citrus. HEX triplet: 9F, AA and 09. RGB value is (159,170,9). Sum of RGB (Red+Green+Blue) = 159+170+9=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 9 (3.91% from 255 or 2.66% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAA09 is #6055F6. Grayscale: #949494. Windows color (decimal): -6313463 or 633503. OLE color: 633503.
HSL color Cylindrical-coordinate representation of color #9FAA09: hue angle of 64.1º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9FAA09 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 9 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.33 |
| HSL | 64.1º | 0.9% | 0.35% | - |
| HSV(B) | 64.1º | 0.95% | 0.67% | - |
| XYZ | 28.72 | 36.14 | 5.72 | - |
| YUV | 148.36 | 49.36 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 9 | 0.06 | 0 | 0.95 | 0.33 | 64.1 | 0.9 | 0.35 |
| Hex | 9F | AA | 9 | 6 | 0 | 5F | 21 | 40 | 5A | 23 |
| Octal | 237 | 252 | 11 | 6 | 0 | 137 | 41 | 100 | 132 | 43 |
| Binary | 10011111 | 10101010 | 1001 | 110 | 0 | 1011111 | 100001 | 1000000 | 1011010 | 100011 |
Color Harmonies of #9FAA09
Complementary color
Monochromatic Colors of #9FAA09
Black with #9FAA09
Text Example
Text Example
White with #9FAA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA09; }
p { color: rgb(159,170,9); }
H1.HeaderClassName
{
color: #9FAA09;
}
.AnyTagClassName
{
color: #9FAA09;
}
</style>
background-color css
<style>
a { background-color: #9FAA09; }
a { background-color: rgb(159,170,9); }
div.DivClassName
{
background-color: #9FAA09;
}
.BgClassName
{
background-color: #9FAA09;
}
</style>
border-color css
<style>
span { border-color: #9FAA09; }
span { border-color: rgb(159,170,9); }
td.TdClassName
{
border-color: #9FAA09;
}
.TagClassName
{
border-color: #9FAA09;
}
</style>