Shades of Citron #9AA12F
Tints of Citron #9AA12F
RGB
CMYK
RGB Variations
Color information
#9AA12F (or 0x9AA12F) is known color: Citron. HEX triplet: 9A, A1 and 2F. RGB value is (154,161,47). Sum of RGB (Red+Green+Blue) = 154+161+47=362 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.54% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA12F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA12F is #655ED0. Grayscale: #929292. Windows color (decimal): -6643409 or 3121562. OLE color: 3121562.
HSL color Cylindrical-coordinate representation of color #9AA12F: hue angle of 63.68º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9AA12F is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 161 | 47 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.37 |
| HSL | 63.68º | 0.55% | 0.41% | - |
| HSV(B) | 63.68º | 0.71% | 0.63% | - |
| XYZ | 26.58 | 32.57 | 7.57 | - |
| YUV | 145.91 | 72.18 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 161 | 47 | 0.04 | 0 | 0.71 | 0.37 | 63.68 | 0.55 | 0.41 |
| Hex | 9A | A1 | 2F | 4 | 0 | 47 | 25 | 40 | 37 | 29 |
| Octal | 232 | 241 | 57 | 4 | 0 | 107 | 45 | 100 | 67 | 51 |
| Binary | 10011010 | 10100001 | 101111 | 100 | 0 | 1000111 | 100101 | 1000000 | 110111 | 101001 |
Color Harmonies of #9AA12F
Complementary color
Monochromatic Colors of #9AA12F
Black with #9AA12F
Text Example
Text Example
White with #9AA12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA12F; }
p { color: rgb(154,161,47); }
H1.HeaderClassName
{
color: #9AA12F;
}
.AnyTagClassName
{
color: #9AA12F;
}
</style>
background-color css
<style>
a { background-color: #9AA12F; }
a { background-color: rgb(154,161,47); }
div.DivClassName
{
background-color: #9AA12F;
}
.BgClassName
{
background-color: #9AA12F;
}
</style>
border-color css
<style>
span { border-color: #9AA12F; }
span { border-color: rgb(154,161,47); }
td.TdClassName
{
border-color: #9AA12F;
}
.TagClassName
{
border-color: #9AA12F;
}
</style>