Shades of Citron #9DA032
Tints of Citron #9DA032
RGB
CMYK
RGB Variations
Color information
#9DA032 (or 0x9DA032) is known color: Citron. HEX triplet: 9D, A0 and 32. RGB value is (157,160,50). Sum of RGB (Red+Green+Blue) = 157+160+50=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA032 is #625FCD. Grayscale: #939393. Windows color (decimal): -6447054 or 3317917. OLE color: 3317917.
HSL color Cylindrical-coordinate representation of color #9DA032: hue angle of 61.64º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9DA032 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 50 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.37 |
| HSL | 61.64º | 0.52% | 0.41% | - |
| HSV(B) | 61.64º | 0.69% | 0.63% | - |
| XYZ | 27.05 | 32.54 | 7.87 | - |
| YUV | 146.56 | 73.51 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 50 | 0.02 | 0 | 0.69 | 0.37 | 61.64 | 0.52 | 0.41 |
| Hex | 9D | A0 | 32 | 2 | 0 | 45 | 25 | 3E | 34 | 29 |
| Octal | 235 | 240 | 62 | 2 | 0 | 105 | 45 | 76 | 64 | 51 |
| Binary | 10011101 | 10100000 | 110010 | 10 | 0 | 1000101 | 100101 | 111110 | 110100 | 101001 |
Color Harmonies of #9DA032
Complementary color
Monochromatic Colors of #9DA032
Black with #9DA032
Text Example
Text Example
White with #9DA032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA032; }
p { color: rgb(157,160,50); }
H1.HeaderClassName
{
color: #9DA032;
}
.AnyTagClassName
{
color: #9DA032;
}
</style>
background-color css
<style>
a { background-color: #9DA032; }
a { background-color: rgb(157,160,50); }
div.DivClassName
{
background-color: #9DA032;
}
.BgClassName
{
background-color: #9DA032;
}
</style>
border-color css
<style>
span { border-color: #9DA032; }
span { border-color: rgb(157,160,50); }
td.TdClassName
{
border-color: #9DA032;
}
.TagClassName
{
border-color: #9DA032;
}
</style>