Shades of Citron #9DA12C
Tints of Citron #9DA12C
RGB
CMYK
RGB Variations
Color information
#9DA12C (or 0x9DA12C) is known color: Citron. HEX triplet: 9D, A1 and 2C. RGB value is (157,161,44). Sum of RGB (Red+Green+Blue) = 157+161+44=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA12C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA12C is #625ED3. Grayscale: #929292. Windows color (decimal): -6446804 or 2924957. OLE color: 2924957.
HSL color Cylindrical-coordinate representation of color #9DA12C: hue angle of 62.05º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9DA12C is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 44 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.37 |
| HSL | 62.05º | 0.57% | 0.4% | - |
| HSV(B) | 62.05º | 0.73% | 0.63% | - |
| XYZ | 27.1 | 32.84 | 7.29 | - |
| YUV | 146.47 | 70.17 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 44 | 0.02 | 0 | 0.73 | 0.37 | 62.05 | 0.57 | 0.4 |
| Hex | 9D | A1 | 2C | 2 | 0 | 49 | 25 | 3E | 39 | 28 |
| Octal | 235 | 241 | 54 | 2 | 0 | 111 | 45 | 76 | 71 | 50 |
| Binary | 10011101 | 10100001 | 101100 | 10 | 0 | 1001001 | 100101 | 111110 | 111001 | 101000 |
Color Harmonies of #9DA12C
Complementary color
Monochromatic Colors of #9DA12C
Black with #9DA12C
Text Example
Text Example
White with #9DA12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA12C; }
p { color: rgb(157,161,44); }
H1.HeaderClassName
{
color: #9DA12C;
}
.AnyTagClassName
{
color: #9DA12C;
}
</style>
background-color css
<style>
a { background-color: #9DA12C; }
a { background-color: rgb(157,161,44); }
div.DivClassName
{
background-color: #9DA12C;
}
.BgClassName
{
background-color: #9DA12C;
}
</style>
border-color css
<style>
span { border-color: #9DA12C; }
span { border-color: rgb(157,161,44); }
td.TdClassName
{
border-color: #9DA12C;
}
.TagClassName
{
border-color: #9DA12C;
}
</style>