Shades of Citron #9AAA24
Tints of Citron #9AAA24
RGB
CMYK
RGB Variations
Color information
#9AAA24 (or 0x9AAA24) is known color: Citron. HEX triplet: 9A, AA and 24. RGB value is (154,170,36). Sum of RGB (Red+Green+Blue) = 154+170+36=360 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.78% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 36 (14.45% from 255 or 10% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAA24 is #6555DB. Grayscale: #969696. Windows color (decimal): -6641116 or 2402970. OLE color: 2402970.
HSL color Cylindrical-coordinate representation of color #9AAA24: hue angle of 67.16º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9AAA24 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 36 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.33 |
| HSL | 67.16º | 0.65% | 0.4% | - |
| HSV(B) | 67.16º | 0.79% | 0.67% | - |
| XYZ | 28.02 | 35.75 | 7.09 | - |
| YUV | 149.94 | 63.7 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 36 | 0.09 | 0 | 0.79 | 0.33 | 67.16 | 0.65 | 0.4 |
| Hex | 9A | AA | 24 | 9 | 0 | 4F | 21 | 43 | 41 | 28 |
| Octal | 232 | 252 | 44 | 11 | 0 | 117 | 41 | 103 | 101 | 50 |
| Binary | 10011010 | 10101010 | 100100 | 1001 | 0 | 1001111 | 100001 | 1000011 | 1000001 | 101000 |
Color Harmonies of #9AAA24
Complementary color
Monochromatic Colors of #9AAA24
Black with #9AAA24
Text Example
Text Example
White with #9AAA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA24; }
p { color: rgb(154,170,36); }
H1.HeaderClassName
{
color: #9AAA24;
}
.AnyTagClassName
{
color: #9AAA24;
}
</style>
background-color css
<style>
a { background-color: #9AAA24; }
a { background-color: rgb(154,170,36); }
div.DivClassName
{
background-color: #9AAA24;
}
.BgClassName
{
background-color: #9AAA24;
}
</style>
border-color css
<style>
span { border-color: #9AAA24; }
span { border-color: rgb(154,170,36); }
td.TdClassName
{
border-color: #9AAA24;
}
.TagClassName
{
border-color: #9AAA24;
}
</style>