Shades of Citron #9DA02C
Tints of Citron #9DA02C
RGB
CMYK
RGB Variations
Color information
#9DA02C (or 0x9DA02C) is known color: Citron. HEX triplet: 9D, A0 and 2C. RGB value is (157,160,44). Sum of RGB (Red+Green+Blue) = 157+160+44=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA02C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA02C is #625FD3. Grayscale: #929292. Windows color (decimal): -6447060 or 2924701. OLE color: 2924701.
HSL color Cylindrical-coordinate representation of color #9DA02C: hue angle of 61.55º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9DA02C is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 44 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.37 |
| HSL | 61.55º | 0.57% | 0.4% | - |
| HSV(B) | 61.55º | 0.73% | 0.63% | - |
| XYZ | 26.93 | 32.49 | 7.24 | - |
| YUV | 145.88 | 70.51 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 44 | 0.02 | 0 | 0.72 | 0.37 | 61.55 | 0.57 | 0.4 |
| Hex | 9D | A0 | 2C | 2 | 0 | 48 | 25 | 3E | 39 | 28 |
| Octal | 235 | 240 | 54 | 2 | 0 | 110 | 45 | 76 | 71 | 50 |
| Binary | 10011101 | 10100000 | 101100 | 10 | 0 | 1001000 | 100101 | 111110 | 111001 | 101000 |
Color Harmonies of #9DA02C
Complementary color
Monochromatic Colors of #9DA02C
Black with #9DA02C
Text Example
Text Example
White with #9DA02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA02C; }
p { color: rgb(157,160,44); }
H1.HeaderClassName
{
color: #9DA02C;
}
.AnyTagClassName
{
color: #9DA02C;
}
</style>
background-color css
<style>
a { background-color: #9DA02C; }
a { background-color: rgb(157,160,44); }
div.DivClassName
{
background-color: #9DA02C;
}
.BgClassName
{
background-color: #9DA02C;
}
</style>
border-color css
<style>
span { border-color: #9DA02C; }
span { border-color: rgb(157,160,44); }
td.TdClassName
{
border-color: #9DA02C;
}
.TagClassName
{
border-color: #9DA02C;
}
</style>