Shades of Citron #9DA32D
Tints of Citron #9DA32D
RGB
CMYK
RGB Variations
Color information
#9DA32D (or 0x9DA32D) is known color: Citron. HEX triplet: 9D, A3 and 2D. RGB value is (157,163,45). Sum of RGB (Red+Green+Blue) = 157+163+45=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA32D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA32D is #625CD2. Grayscale: #949494. Windows color (decimal): -6446291 or 2991005. OLE color: 2991005.
HSL color Cylindrical-coordinate representation of color #9DA32D: hue angle of 63.05º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9DA32D is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 163 | 45 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.36 |
| HSL | 63.05º | 0.57% | 0.41% | - |
| HSV(B) | 63.05º | 0.72% | 0.64% | - |
| XYZ | 27.48 | 33.55 | 7.51 | - |
| YUV | 147.75 | 70.01 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 163 | 45 | 0.04 | 0 | 0.72 | 0.36 | 63.05 | 0.57 | 0.41 |
| Hex | 9D | A3 | 2D | 4 | 0 | 48 | 24 | 3F | 39 | 29 |
| Octal | 235 | 243 | 55 | 4 | 0 | 110 | 44 | 77 | 71 | 51 |
| Binary | 10011101 | 10100011 | 101101 | 100 | 0 | 1001000 | 100100 | 111111 | 111001 | 101001 |
Color Harmonies of #9DA32D
Complementary color
Monochromatic Colors of #9DA32D
Black with #9DA32D
Text Example
Text Example
White with #9DA32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA32D; }
p { color: rgb(157,163,45); }
H1.HeaderClassName
{
color: #9DA32D;
}
.AnyTagClassName
{
color: #9DA32D;
}
</style>
background-color css
<style>
a { background-color: #9DA32D; }
a { background-color: rgb(157,163,45); }
div.DivClassName
{
background-color: #9DA32D;
}
.BgClassName
{
background-color: #9DA32D;
}
</style>
border-color css
<style>
span { border-color: #9DA32D; }
span { border-color: rgb(157,163,45); }
td.TdClassName
{
border-color: #9DA32D;
}
.TagClassName
{
border-color: #9DA32D;
}
</style>