Shades of Citron #9AA432
Tints of Citron #9AA432
RGB
CMYK
RGB Variations
Color information
#9AA432 (or 0x9AA432) is known color: Citron. HEX triplet: 9A, A4 and 32. RGB value is (154,164,50). Sum of RGB (Red+Green+Blue) = 154+164+50=368 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.85% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA432 is #655BCD. Grayscale: #949494. Windows color (decimal): -6642638 or 3318938. OLE color: 3318938.
HSL color Cylindrical-coordinate representation of color #9AA432: hue angle of 65.26º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9AA432 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 164 | 50 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.36 |
| HSL | 65.26º | 0.53% | 0.42% | - |
| HSV(B) | 65.26º | 0.7% | 0.64% | - |
| XYZ | 27.18 | 33.65 | 8.08 | - |
| YUV | 148.01 | 72.69 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 164 | 50 | 0.06 | 0 | 0.70 | 0.36 | 65.26 | 0.53 | 0.42 |
| Hex | 9A | A4 | 32 | 6 | 0 | 46 | 24 | 41 | 35 | 2A |
| Octal | 232 | 244 | 62 | 6 | 0 | 106 | 44 | 101 | 65 | 52 |
| Binary | 10011010 | 10100100 | 110010 | 110 | 0 | 1000110 | 100100 | 1000001 | 110101 | 101010 |
Color Harmonies of #9AA432
Complementary color
Monochromatic Colors of #9AA432
Black with #9AA432
Text Example
Text Example
White with #9AA432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA432; }
p { color: rgb(154,164,50); }
H1.HeaderClassName
{
color: #9AA432;
}
.AnyTagClassName
{
color: #9AA432;
}
</style>
background-color css
<style>
a { background-color: #9AA432; }
a { background-color: rgb(154,164,50); }
div.DivClassName
{
background-color: #9AA432;
}
.BgClassName
{
background-color: #9AA432;
}
</style>
border-color css
<style>
span { border-color: #9AA432; }
span { border-color: rgb(154,164,50); }
td.TdClassName
{
border-color: #9AA432;
}
.TagClassName
{
border-color: #9AA432;
}
</style>