Shades of Citron #9AA412
Tints of Citron #9AA412
RGB
CMYK
RGB Variations
Color information
#9AA412 (or 0x9AA412) is known color: Citron. HEX triplet: 9A, A4 and 12. RGB value is (154,164,18). Sum of RGB (Red+Green+Blue) = 154+164+18=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AA412 is #655BED. Grayscale: #909090. Windows color (decimal): -6642670 or 1221786. OLE color: 1221786.
HSL color Cylindrical-coordinate representation of color #9AA412: hue angle of 64.11º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9AA412 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 164 | 18 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.36 |
| HSL | 64.11º | 0.8% | 0.36% | - |
| HSV(B) | 64.11º | 0.89% | 0.64% | - |
| XYZ | 26.71 | 33.46 | 5.62 | - |
| YUV | 144.37 | 56.69 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 164 | 18 | 0.06 | 0 | 0.89 | 0.36 | 64.11 | 0.8 | 0.36 |
| Hex | 9A | A4 | 12 | 6 | 0 | 59 | 24 | 40 | 50 | 24 |
| Octal | 232 | 244 | 22 | 6 | 0 | 131 | 44 | 100 | 120 | 44 |
| Binary | 10011010 | 10100100 | 10010 | 110 | 0 | 1011001 | 100100 | 1000000 | 1010000 | 100100 |
Color Harmonies of #9AA412
Complementary color
Monochromatic Colors of #9AA412
Black with #9AA412
Text Example
Text Example
White with #9AA412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA412; }
p { color: rgb(154,164,18); }
H1.HeaderClassName
{
color: #9AA412;
}
.AnyTagClassName
{
color: #9AA412;
}
</style>
background-color css
<style>
a { background-color: #9AA412; }
a { background-color: rgb(154,164,18); }
div.DivClassName
{
background-color: #9AA412;
}
.BgClassName
{
background-color: #9AA412;
}
</style>
border-color css
<style>
span { border-color: #9AA412; }
span { border-color: rgb(154,164,18); }
td.TdClassName
{
border-color: #9AA412;
}
.TagClassName
{
border-color: #9AA412;
}
</style>