Shades of Citrus #9AA410
Tints of Citrus #9AA410
RGB
CMYK
RGB Variations
Color information
#9AA410 (or 0x9AA410) is known color: Citrus. HEX triplet: 9A, A4 and 10. RGB value is (154,164,16). Sum of RGB (Red+Green+Blue) = 154+164+16=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 164 (64.45% from 255 or 49.10% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AA410 is #655BEF. Grayscale: #909090. Windows color (decimal): -6642672 or 1090714. OLE color: 1090714.
HSL color Cylindrical-coordinate representation of color #9AA410: hue angle of 64.05º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9AA410 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 164 | 16 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.36 |
| HSL | 64.05º | 0.82% | 0.35% | - |
| HSV(B) | 64.05º | 0.9% | 0.64% | - |
| XYZ | 26.7 | 33.46 | 5.54 | - |
| YUV | 144.14 | 55.69 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 164 | 16 | 0.06 | 0 | 0.90 | 0.36 | 64.05 | 0.82 | 0.35 |
| Hex | 9A | A4 | 10 | 6 | 0 | 5A | 24 | 40 | 52 | 23 |
| Octal | 232 | 244 | 20 | 6 | 0 | 132 | 44 | 100 | 122 | 43 |
| Binary | 10011010 | 10100100 | 10000 | 110 | 0 | 1011010 | 100100 | 1000000 | 1010010 | 100011 |
Color Harmonies of #9AA410
Complementary color
Monochromatic Colors of #9AA410
Black with #9AA410
Text Example
Text Example
White with #9AA410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA410; }
p { color: rgb(154,164,16); }
H1.HeaderClassName
{
color: #9AA410;
}
.AnyTagClassName
{
color: #9AA410;
}
</style>
background-color css
<style>
a { background-color: #9AA410; }
a { background-color: rgb(154,164,16); }
div.DivClassName
{
background-color: #9AA410;
}
.BgClassName
{
background-color: #9AA410;
}
</style>
border-color css
<style>
span { border-color: #9AA410; }
span { border-color: rgb(154,164,16); }
td.TdClassName
{
border-color: #9AA410;
}
.TagClassName
{
border-color: #9AA410;
}
</style>