Shades of Citron #9DA118
Tints of Citron #9DA118
RGB
CMYK
RGB Variations
Color information
#9DA118 (or 0x9DA118) is known color: Citron. HEX triplet: 9D, A1 and 18. RGB value is (157,161,24). Sum of RGB (Red+Green+Blue) = 157+161+24=342 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.91% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA118 is #625EE7. Grayscale: #909090. Windows color (decimal): -6446824 or 1614237. OLE color: 1614237.
HSL color Cylindrical-coordinate representation of color #9DA118: hue angle of 61.75º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9DA118 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 24 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.37 |
| HSL | 61.75º | 0.74% | 0.36% | - |
| HSV(B) | 61.75º | 0.85% | 0.63% | - |
| XYZ | 26.81 | 32.72 | 5.77 | - |
| YUV | 144.19 | 60.17 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 24 | 0.02 | 0 | 0.85 | 0.37 | 61.75 | 0.74 | 0.36 |
| Hex | 9D | A1 | 18 | 2 | 0 | 55 | 25 | 3E | 4A | 24 |
| Octal | 235 | 241 | 30 | 2 | 0 | 125 | 45 | 76 | 112 | 44 |
| Binary | 10011101 | 10100001 | 11000 | 10 | 0 | 1010101 | 100101 | 111110 | 1001010 | 100100 |
Color Harmonies of #9DA118
Complementary color
Monochromatic Colors of #9DA118
Black with #9DA118
Text Example
Text Example
White with #9DA118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA118; }
p { color: rgb(157,161,24); }
H1.HeaderClassName
{
color: #9DA118;
}
.AnyTagClassName
{
color: #9DA118;
}
</style>
background-color css
<style>
a { background-color: #9DA118; }
a { background-color: rgb(157,161,24); }
div.DivClassName
{
background-color: #9DA118;
}
.BgClassName
{
background-color: #9DA118;
}
</style>
border-color css
<style>
span { border-color: #9DA118; }
span { border-color: rgb(157,161,24); }
td.TdClassName
{
border-color: #9DA118;
}
.TagClassName
{
border-color: #9DA118;
}
</style>