Shades of Citron #9DA424
Tints of Citron #9DA424
RGB
CMYK
RGB Variations
Color information
#9DA424 (or 0x9DA424) is known color: Citron. HEX triplet: 9D, A4 and 24. RGB value is (157,164,36). Sum of RGB (Red+Green+Blue) = 157+164+36=357 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.98% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA424 is #625BDB. Grayscale: #939393. Windows color (decimal): -6446044 or 2401437. OLE color: 2401437.
HSL color Cylindrical-coordinate representation of color #9DA424: hue angle of 63.28º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9DA424 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 164 | 36 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.36 |
| HSL | 63.28º | 0.64% | 0.39% | - |
| HSV(B) | 63.28º | 0.78% | 0.64% | - |
| XYZ | 27.5 | 33.85 | 6.75 | - |
| YUV | 147.32 | 65.18 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 164 | 36 | 0.04 | 0 | 0.78 | 0.36 | 63.28 | 0.64 | 0.39 |
| Hex | 9D | A4 | 24 | 4 | 0 | 4E | 24 | 3F | 40 | 27 |
| Octal | 235 | 244 | 44 | 4 | 0 | 116 | 44 | 77 | 100 | 47 |
| Binary | 10011101 | 10100100 | 100100 | 100 | 0 | 1001110 | 100100 | 111111 | 1000000 | 100111 |
Color Harmonies of #9DA424
Complementary color
Monochromatic Colors of #9DA424
Black with #9DA424
Text Example
Text Example
White with #9DA424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA424; }
p { color: rgb(157,164,36); }
H1.HeaderClassName
{
color: #9DA424;
}
.AnyTagClassName
{
color: #9DA424;
}
</style>
background-color css
<style>
a { background-color: #9DA424; }
a { background-color: rgb(157,164,36); }
div.DivClassName
{
background-color: #9DA424;
}
.BgClassName
{
background-color: #9DA424;
}
</style>
border-color css
<style>
span { border-color: #9DA424; }
span { border-color: rgb(157,164,36); }
td.TdClassName
{
border-color: #9DA424;
}
.TagClassName
{
border-color: #9DA424;
}
</style>