Shades of Citrus #9AA205
Tints of Citrus #9AA205
RGB
CMYK
RGB Variations
Color information
#9AA205 (or 0x9AA205) is known color: Citrus. HEX triplet: 9A, A2 and 05. RGB value is (154,162,5). Sum of RGB (Red+Green+Blue) = 154+162+5=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AA205 is #655DFA. Grayscale: #8E8E8E. Windows color (decimal): -6643195 or 369306. OLE color: 369306.
HSL color Cylindrical-coordinate representation of color #9AA205: hue angle of 63.06º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9AA205 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 162 | 5 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.36 |
| HSL | 63.06º | 0.94% | 0.33% | - |
| HSV(B) | 63.06º | 0.97% | 0.64% | - |
| XYZ | 26.27 | 32.72 | 5.07 | - |
| YUV | 141.71 | 50.85 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 162 | 5 | 0.05 | 0 | 0.97 | 0.36 | 63.06 | 0.94 | 0.33 |
| Hex | 9A | A2 | 5 | 5 | 0 | 61 | 24 | 3F | 5E | 21 |
| Octal | 232 | 242 | 5 | 5 | 0 | 141 | 44 | 77 | 136 | 41 |
| Binary | 10011010 | 10100010 | 101 | 101 | 0 | 1100001 | 100100 | 111111 | 1011110 | 100001 |
Color Harmonies of #9AA205
Complementary color
Monochromatic Colors of #9AA205
Black with #9AA205
Text Example
Text Example
White with #9AA205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA205; }
p { color: rgb(154,162,5); }
H1.HeaderClassName
{
color: #9AA205;
}
.AnyTagClassName
{
color: #9AA205;
}
</style>
background-color css
<style>
a { background-color: #9AA205; }
a { background-color: rgb(154,162,5); }
div.DivClassName
{
background-color: #9AA205;
}
.BgClassName
{
background-color: #9AA205;
}
</style>
border-color css
<style>
span { border-color: #9AA205; }
span { border-color: rgb(154,162,5); }
td.TdClassName
{
border-color: #9AA205;
}
.TagClassName
{
border-color: #9AA205;
}
</style>