Shades of Citron #9AA034
Tints of Citron #9AA034
RGB
CMYK
RGB Variations
Color information
#9AA034 (or 0x9AA034) is known color: Citron. HEX triplet: 9A, A0 and 34. RGB value is (154,160,52). Sum of RGB (Red+Green+Blue) = 154+160+52=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA034 is #655FCB. Grayscale: #929292. Windows color (decimal): -6643660 or 3448986. OLE color: 3448986.
HSL color Cylindrical-coordinate representation of color #9AA034: hue angle of 63.33º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9AA034 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 160 | 52 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.37 |
| HSL | 63.33º | 0.51% | 0.42% | - |
| HSV(B) | 63.33º | 0.68% | 0.63% | - |
| XYZ | 26.52 | 32.26 | 8.08 | - |
| YUV | 145.89 | 75.01 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 160 | 52 | 0.04 | 0 | 0.68 | 0.37 | 63.33 | 0.51 | 0.42 |
| Hex | 9A | A0 | 34 | 4 | 0 | 44 | 25 | 3F | 33 | 2A |
| Octal | 232 | 240 | 64 | 4 | 0 | 104 | 45 | 77 | 63 | 52 |
| Binary | 10011010 | 10100000 | 110100 | 100 | 0 | 1000100 | 100101 | 111111 | 110011 | 101010 |
Color Harmonies of #9AA034
Complementary color
Monochromatic Colors of #9AA034
Black with #9AA034
Text Example
Text Example
White with #9AA034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA034; }
p { color: rgb(154,160,52); }
H1.HeaderClassName
{
color: #9AA034;
}
.AnyTagClassName
{
color: #9AA034;
}
</style>
background-color css
<style>
a { background-color: #9AA034; }
a { background-color: rgb(154,160,52); }
div.DivClassName
{
background-color: #9AA034;
}
.BgClassName
{
background-color: #9AA034;
}
</style>
border-color css
<style>
span { border-color: #9AA034; }
span { border-color: rgb(154,160,52); }
td.TdClassName
{
border-color: #9AA034;
}
.TagClassName
{
border-color: #9AA034;
}
</style>