Shades of Citron #9DA124
Tints of Citron #9DA124
RGB
CMYK
RGB Variations
Color information
#9DA124 (or 0x9DA124) is known color: Citron. HEX triplet: 9D, A1 and 24. RGB value is (157,161,36). Sum of RGB (Red+Green+Blue) = 157+161+36=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA124 is #625EDB. Grayscale: #929292. Windows color (decimal): -6446812 or 2400669. OLE color: 2400669.
HSL color Cylindrical-coordinate representation of color #9DA124: hue angle of 61.92º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9DA124 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 36 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.37 |
| HSL | 61.92º | 0.63% | 0.39% | - |
| HSV(B) | 61.92º | 0.78% | 0.63% | - |
| XYZ | 26.97 | 32.79 | 6.58 | - |
| YUV | 145.55 | 66.17 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 36 | 0.02 | 0 | 0.78 | 0.37 | 61.92 | 0.63 | 0.39 |
| Hex | 9D | A1 | 24 | 2 | 0 | 4E | 25 | 3E | 3F | 27 |
| Octal | 235 | 241 | 44 | 2 | 0 | 116 | 45 | 76 | 77 | 47 |
| Binary | 10011101 | 10100001 | 100100 | 10 | 0 | 1001110 | 100101 | 111110 | 111111 | 100111 |
Color Harmonies of #9DA124
Complementary color
Monochromatic Colors of #9DA124
Black with #9DA124
Text Example
Text Example
White with #9DA124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA124; }
p { color: rgb(157,161,36); }
H1.HeaderClassName
{
color: #9DA124;
}
.AnyTagClassName
{
color: #9DA124;
}
</style>
background-color css
<style>
a { background-color: #9DA124; }
a { background-color: rgb(157,161,36); }
div.DivClassName
{
background-color: #9DA124;
}
.BgClassName
{
background-color: #9DA124;
}
</style>
border-color css
<style>
span { border-color: #9DA124; }
span { border-color: rgb(157,161,36); }
td.TdClassName
{
border-color: #9DA124;
}
.TagClassName
{
border-color: #9DA124;
}
</style>