Shades of Citrus #9AAA14
Tints of Citrus #9AAA14
RGB
CMYK
RGB Variations
Color information
#9AAA14 (or 0x9AAA14) is known color: Citrus. HEX triplet: 9A, AA and 14. RGB value is (154,170,20). Sum of RGB (Red+Green+Blue) = 154+170+20=344 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.77% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAA14 is #6555EB. Grayscale: #949494. Windows color (decimal): -6641132 or 1354394. OLE color: 1354394.
HSL color Cylindrical-coordinate representation of color #9AAA14: hue angle of 66.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9AAA14 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 20 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.33 |
| HSL | 66.4º | 0.79% | 0.37% | - |
| HSV(B) | 66.4º | 0.88% | 0.67% | - |
| XYZ | 27.83 | 35.67 | 6.08 | - |
| YUV | 148.12 | 55.7 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 20 | 0.09 | 0 | 0.88 | 0.33 | 66.4 | 0.79 | 0.37 |
| Hex | 9A | AA | 14 | 9 | 0 | 58 | 21 | 42 | 4F | 25 |
| Octal | 232 | 252 | 24 | 11 | 0 | 130 | 41 | 102 | 117 | 45 |
| Binary | 10011010 | 10101010 | 10100 | 1001 | 0 | 1011000 | 100001 | 1000010 | 1001111 | 100101 |
Color Harmonies of #9AAA14
Complementary color
Monochromatic Colors of #9AAA14
Black with #9AAA14
Text Example
Text Example
White with #9AAA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA14; }
p { color: rgb(154,170,20); }
H1.HeaderClassName
{
color: #9AAA14;
}
.AnyTagClassName
{
color: #9AAA14;
}
</style>
background-color css
<style>
a { background-color: #9AAA14; }
a { background-color: rgb(154,170,20); }
div.DivClassName
{
background-color: #9AAA14;
}
.BgClassName
{
background-color: #9AAA14;
}
</style>
border-color css
<style>
span { border-color: #9AAA14; }
span { border-color: rgb(154,170,20); }
td.TdClassName
{
border-color: #9AAA14;
}
.TagClassName
{
border-color: #9AAA14;
}
</style>