Shades of Citron #9DA12A
Tints of Citron #9DA12A
RGB
CMYK
RGB Variations
Color information
#9DA12A (or 0x9DA12A) is known color: Citron. HEX triplet: 9D, A1 and 2A. RGB value is (157,161,42). Sum of RGB (Red+Green+Blue) = 157+161+42=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA12A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA12A is #625ED5. Grayscale: #929292. Windows color (decimal): -6446806 or 2793885. OLE color: 2793885.
HSL color Cylindrical-coordinate representation of color #9DA12A: hue angle of 62.02º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9DA12A is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 42 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.37 |
| HSL | 62.02º | 0.59% | 0.4% | - |
| HSV(B) | 62.02º | 0.74% | 0.63% | - |
| XYZ | 27.07 | 32.83 | 7.1 | - |
| YUV | 146.24 | 69.17 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 42 | 0.02 | 0 | 0.74 | 0.37 | 62.02 | 0.59 | 0.4 |
| Hex | 9D | A1 | 2A | 2 | 0 | 4A | 25 | 3E | 3B | 28 |
| Octal | 235 | 241 | 52 | 2 | 0 | 112 | 45 | 76 | 73 | 50 |
| Binary | 10011101 | 10100001 | 101010 | 10 | 0 | 1001010 | 100101 | 111110 | 111011 | 101000 |
Color Harmonies of #9DA12A
Complementary color
Monochromatic Colors of #9DA12A
Black with #9DA12A
Text Example
Text Example
White with #9DA12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA12A; }
p { color: rgb(157,161,42); }
H1.HeaderClassName
{
color: #9DA12A;
}
.AnyTagClassName
{
color: #9DA12A;
}
</style>
background-color css
<style>
a { background-color: #9DA12A; }
a { background-color: rgb(157,161,42); }
div.DivClassName
{
background-color: #9DA12A;
}
.BgClassName
{
background-color: #9DA12A;
}
</style>
border-color css
<style>
span { border-color: #9DA12A; }
span { border-color: rgb(157,161,42); }
td.TdClassName
{
border-color: #9DA12A;
}
.TagClassName
{
border-color: #9DA12A;
}
</style>