Shades of Citrus #9AAA18
Tints of Citrus #9AAA18
RGB
CMYK
RGB Variations
Color information
#9AAA18 (or 0x9AAA18) is known color: Citrus. HEX triplet: 9A, AA and 18. RGB value is (154,170,24). Sum of RGB (Red+Green+Blue) = 154+170+24=348 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.25% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAA18 is #6555E7. Grayscale: #959595. Windows color (decimal): -6641128 or 1616538. OLE color: 1616538.
HSL color Cylindrical-coordinate representation of color #9AAA18: hue angle of 66.58º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9AAA18 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 24 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.33 |
| HSL | 66.58º | 0.75% | 0.38% | - |
| HSV(B) | 66.58º | 0.86% | 0.67% | - |
| XYZ | 27.87 | 35.69 | 6.28 | - |
| YUV | 148.57 | 57.7 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 24 | 0.09 | 0 | 0.86 | 0.33 | 66.58 | 0.75 | 0.38 |
| Hex | 9A | AA | 18 | 9 | 0 | 56 | 21 | 43 | 4B | 26 |
| Octal | 232 | 252 | 30 | 11 | 0 | 126 | 41 | 103 | 113 | 46 |
| Binary | 10011010 | 10101010 | 11000 | 1001 | 0 | 1010110 | 100001 | 1000011 | 1001011 | 100110 |
Color Harmonies of #9AAA18
Complementary color
Monochromatic Colors of #9AAA18
Black with #9AAA18
Text Example
Text Example
White with #9AAA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA18; }
p { color: rgb(154,170,24); }
H1.HeaderClassName
{
color: #9AAA18;
}
.AnyTagClassName
{
color: #9AAA18;
}
</style>
background-color css
<style>
a { background-color: #9AAA18; }
a { background-color: rgb(154,170,24); }
div.DivClassName
{
background-color: #9AAA18;
}
.BgClassName
{
background-color: #9AAA18;
}
</style>
border-color css
<style>
span { border-color: #9AAA18; }
span { border-color: rgb(154,170,24); }
td.TdClassName
{
border-color: #9AAA18;
}
.TagClassName
{
border-color: #9AAA18;
}
</style>