Shades of Citrus #9AAA0C
Tints of Citrus #9AAA0C
RGB
CMYK
RGB Variations
Color information
#9AAA0C (or 0x9AAA0C) is known color: Citrus. HEX triplet: 9A, AA and 0C. RGB value is (154,170,12). Sum of RGB (Red+Green+Blue) = 154+170+12=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAA0C is #6555F3. Grayscale: #939393. Windows color (decimal): -6641140 or 830106. OLE color: 830106.
HSL color Cylindrical-coordinate representation of color #9AAA0C: hue angle of 66.08º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9AAA0C is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 12 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.33 |
| HSL | 66.08º | 0.87% | 0.36% | - |
| HSV(B) | 66.08º | 0.93% | 0.67% | - |
| XYZ | 27.77 | 35.65 | 5.76 | - |
| YUV | 147.2 | 51.7 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 12 | 0.09 | 0 | 0.93 | 0.33 | 66.08 | 0.87 | 0.36 |
| Hex | 9A | AA | C | 9 | 0 | 5D | 21 | 42 | 57 | 24 |
| Octal | 232 | 252 | 14 | 11 | 0 | 135 | 41 | 102 | 127 | 44 |
| Binary | 10011010 | 10101010 | 1100 | 1001 | 0 | 1011101 | 100001 | 1000010 | 1010111 | 100100 |
Color Harmonies of #9AAA0C
Complementary color
Monochromatic Colors of #9AAA0C
Black with #9AAA0C
Text Example
Text Example
White with #9AAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA0C; }
p { color: rgb(154,170,12); }
H1.HeaderClassName
{
color: #9AAA0C;
}
.AnyTagClassName
{
color: #9AAA0C;
}
</style>
background-color css
<style>
a { background-color: #9AAA0C; }
a { background-color: rgb(154,170,12); }
div.DivClassName
{
background-color: #9AAA0C;
}
.BgClassName
{
background-color: #9AAA0C;
}
</style>
border-color css
<style>
span { border-color: #9AAA0C; }
span { border-color: rgb(154,170,12); }
td.TdClassName
{
border-color: #9AAA0C;
}
.TagClassName
{
border-color: #9AAA0C;
}
</style>