Shades of Citron #9DA824
Tints of Citron #9DA824
RGB
CMYK
RGB Variations
Color information
#9DA824 (or 0x9DA824) is known color: Citron. HEX triplet: 9D, A8 and 24. RGB value is (157,168,36). Sum of RGB (Red+Green+Blue) = 157+168+36=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 168 (66.02% from 255 or 46.54% from 361); Blue value is 36 (14.45% from 255 or 9.97% from 361); Max value from RGB is 168 - color contains mainly: green. Hex color #9DA824 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA824 is #6257DB. Grayscale: #969696. Windows color (decimal): -6445020 or 2402461. OLE color: 2402461.
HSL color Cylindrical-coordinate representation of color #9DA824: hue angle of 65º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9DA824 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 168 | 36 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.34 |
| HSL | 65º | 0.65% | 0.4% | - |
| HSV(B) | 65º | 0.79% | 0.66% | - |
| XYZ | 28.23 | 35.3 | 7 | - |
| YUV | 149.66 | 63.86 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 168 | 36 | 0.07 | 0 | 0.79 | 0.34 | 65 | 0.65 | 0.4 |
| Hex | 9D | A8 | 24 | 7 | 0 | 4F | 22 | 41 | 41 | 28 |
| Octal | 235 | 250 | 44 | 7 | 0 | 117 | 42 | 101 | 101 | 50 |
| Binary | 10011101 | 10101000 | 100100 | 111 | 0 | 1001111 | 100010 | 1000001 | 1000001 | 101000 |
Color Harmonies of #9DA824
Complementary color
Monochromatic Colors of #9DA824
Black with #9DA824
Text Example
Text Example
White with #9DA824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA824; }
p { color: rgb(157,168,36); }
H1.HeaderClassName
{
color: #9DA824;
}
.AnyTagClassName
{
color: #9DA824;
}
</style>
background-color css
<style>
a { background-color: #9DA824; }
a { background-color: rgb(157,168,36); }
div.DivClassName
{
background-color: #9DA824;
}
.BgClassName
{
background-color: #9DA824;
}
</style>
border-color css
<style>
span { border-color: #9DA824; }
span { border-color: rgb(157,168,36); }
td.TdClassName
{
border-color: #9DA824;
}
.TagClassName
{
border-color: #9DA824;
}
</style>