Shades of Citrus #9AA00C
Tints of Citrus #9AA00C
RGB
CMYK
RGB Variations
Color information
#9AA00C (or 0x9AA00C) is known color: Citrus. HEX triplet: 9A, A0 and 0C. RGB value is (154,160,12). Sum of RGB (Red+Green+Blue) = 154+160+12=326 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.24% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA00C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AA00C is #655FF3. Grayscale: #8D8D8D. Windows color (decimal): -6643700 or 827546. OLE color: 827546.
HSL color Cylindrical-coordinate representation of color #9AA00C: hue angle of 62.43º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9AA00C is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 160 | 12 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.37 |
| HSL | 62.43º | 0.86% | 0.34% | - |
| HSV(B) | 62.43º | 0.93% | 0.63% | - |
| XYZ | 25.96 | 32.04 | 5.16 | - |
| YUV | 141.33 | 55.01 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 160 | 12 | 0.04 | 0 | 0.93 | 0.37 | 62.43 | 0.86 | 0.34 |
| Hex | 9A | A0 | C | 4 | 0 | 5D | 25 | 3E | 56 | 22 |
| Octal | 232 | 240 | 14 | 4 | 0 | 135 | 45 | 76 | 126 | 42 |
| Binary | 10011010 | 10100000 | 1100 | 100 | 0 | 1011101 | 100101 | 111110 | 1010110 | 100010 |
Color Harmonies of #9AA00C
Complementary color
Monochromatic Colors of #9AA00C
Black with #9AA00C
Text Example
Text Example
White with #9AA00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA00C; }
p { color: rgb(154,160,12); }
H1.HeaderClassName
{
color: #9AA00C;
}
.AnyTagClassName
{
color: #9AA00C;
}
</style>
background-color css
<style>
a { background-color: #9AA00C; }
a { background-color: rgb(154,160,12); }
div.DivClassName
{
background-color: #9AA00C;
}
.BgClassName
{
background-color: #9AA00C;
}
</style>
border-color css
<style>
span { border-color: #9AA00C; }
span { border-color: rgb(154,160,12); }
td.TdClassName
{
border-color: #9AA00C;
}
.TagClassName
{
border-color: #9AA00C;
}
</style>