Shades of Citrus #9AAA0B
Tints of Citrus #9AAA0B
RGB
CMYK
RGB Variations
Color information
#9AAA0B (or 0x9AAA0B) is known color: Citrus. HEX triplet: 9A, AA and 0B. RGB value is (154,170,11). Sum of RGB (Red+Green+Blue) = 154+170+11=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAA0B is #6555F4. Grayscale: #939393. Windows color (decimal): -6641141 or 764570. OLE color: 764570.
HSL color Cylindrical-coordinate representation of color #9AAA0B: hue angle of 66.04º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9AAA0B is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 11 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.33 |
| HSL | 66.04º | 0.88% | 0.35% | - |
| HSV(B) | 66.04º | 0.94% | 0.67% | - |
| XYZ | 27.76 | 35.64 | 5.73 | - |
| YUV | 147.09 | 51.2 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 11 | 0.09 | 0 | 0.94 | 0.33 | 66.04 | 0.88 | 0.35 |
| Hex | 9A | AA | B | 9 | 0 | 5E | 21 | 42 | 58 | 23 |
| Octal | 232 | 252 | 13 | 11 | 0 | 136 | 41 | 102 | 130 | 43 |
| Binary | 10011010 | 10101010 | 1011 | 1001 | 0 | 1011110 | 100001 | 1000010 | 1011000 | 100011 |
Color Harmonies of #9AAA0B
Complementary color
Monochromatic Colors of #9AAA0B
Black with #9AAA0B
Text Example
Text Example
White with #9AAA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA0B; }
p { color: rgb(154,170,11); }
H1.HeaderClassName
{
color: #9AAA0B;
}
.AnyTagClassName
{
color: #9AAA0B;
}
</style>
background-color css
<style>
a { background-color: #9AAA0B; }
a { background-color: rgb(154,170,11); }
div.DivClassName
{
background-color: #9AAA0B;
}
.BgClassName
{
background-color: #9AAA0B;
}
</style>
border-color css
<style>
span { border-color: #9AAA0B; }
span { border-color: rgb(154,170,11); }
td.TdClassName
{
border-color: #9AAA0B;
}
.TagClassName
{
border-color: #9AAA0B;
}
</style>