Shades of Citron #9AAA20
Tints of Citron #9AAA20
RGB
CMYK
RGB Variations
Color information
#9AAA20 (or 0x9AAA20) is known color: Citron. HEX triplet: 9A, AA and 20. RGB value is (154,170,32). Sum of RGB (Red+Green+Blue) = 154+170+32=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAA20 is #6555DF. Grayscale: #969696. Windows color (decimal): -6641120 or 2140826. OLE color: 2140826.
HSL color Cylindrical-coordinate representation of color #9AAA20: hue angle of 66.96º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9AAA20 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 32 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.33 |
| HSL | 66.96º | 0.68% | 0.4% | - |
| HSV(B) | 66.96º | 0.81% | 0.67% | - |
| XYZ | 27.96 | 35.72 | 6.79 | - |
| YUV | 149.48 | 61.7 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 32 | 0.09 | 0 | 0.81 | 0.33 | 66.96 | 0.68 | 0.4 |
| Hex | 9A | AA | 20 | 9 | 0 | 51 | 21 | 43 | 44 | 28 |
| Octal | 232 | 252 | 40 | 11 | 0 | 121 | 41 | 103 | 104 | 50 |
| Binary | 10011010 | 10101010 | 100000 | 1001 | 0 | 1010001 | 100001 | 1000011 | 1000100 | 101000 |
Color Harmonies of #9AAA20
Complementary color
Monochromatic Colors of #9AAA20
Black with #9AAA20
Text Example
Text Example
White with #9AAA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA20; }
p { color: rgb(154,170,32); }
H1.HeaderClassName
{
color: #9AAA20;
}
.AnyTagClassName
{
color: #9AAA20;
}
</style>
background-color css
<style>
a { background-color: #9AAA20; }
a { background-color: rgb(154,170,32); }
div.DivClassName
{
background-color: #9AAA20;
}
.BgClassName
{
background-color: #9AAA20;
}
</style>
border-color css
<style>
span { border-color: #9AAA20; }
span { border-color: rgb(154,170,32); }
td.TdClassName
{
border-color: #9AAA20;
}
.TagClassName
{
border-color: #9AAA20;
}
</style>