Shades of Citron #9DA41A
Tints of Citron #9DA41A
RGB
CMYK
RGB Variations
Color information
#9DA41A (or 0x9DA41A) is known color: Citron. HEX triplet: 9D, A4 and 1A. RGB value is (157,164,26). Sum of RGB (Red+Green+Blue) = 157+164+26=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 164 (64.45% from 255 or 47.26% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA41A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA41A is #625BE5. Grayscale: #929292. Windows color (decimal): -6446054 or 1746077. OLE color: 1746077.
HSL color Cylindrical-coordinate representation of color #9DA41A: hue angle of 63.04º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9DA41A is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 164 | 26 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.36 |
| HSL | 63.04º | 0.73% | 0.37% | - |
| HSV(B) | 63.04º | 0.84% | 0.64% | - |
| XYZ | 27.37 | 33.79 | 6.06 | - |
| YUV | 146.18 | 60.18 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 164 | 26 | 0.04 | 0 | 0.84 | 0.36 | 63.04 | 0.73 | 0.37 |
| Hex | 9D | A4 | 1A | 4 | 0 | 54 | 24 | 3F | 49 | 25 |
| Octal | 235 | 244 | 32 | 4 | 0 | 124 | 44 | 77 | 111 | 45 |
| Binary | 10011101 | 10100100 | 11010 | 100 | 0 | 1010100 | 100100 | 111111 | 1001001 | 100101 |
Color Harmonies of #9DA41A
Complementary color
Monochromatic Colors of #9DA41A
Black with #9DA41A
Text Example
Text Example
White with #9DA41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA41A; }
p { color: rgb(157,164,26); }
H1.HeaderClassName
{
color: #9DA41A;
}
.AnyTagClassName
{
color: #9DA41A;
}
</style>
background-color css
<style>
a { background-color: #9DA41A; }
a { background-color: rgb(157,164,26); }
div.DivClassName
{
background-color: #9DA41A;
}
.BgClassName
{
background-color: #9DA41A;
}
</style>
border-color css
<style>
span { border-color: #9DA41A; }
span { border-color: rgb(157,164,26); }
td.TdClassName
{
border-color: #9DA41A;
}
.TagClassName
{
border-color: #9DA41A;
}
</style>