Shades of Citron #9DA018
Tints of Citron #9DA018
RGB
CMYK
RGB Variations
Color information
#9DA018 (or 0x9DA018) is known color: Citron. HEX triplet: 9D, A0 and 18. RGB value is (157,160,24). Sum of RGB (Red+Green+Blue) = 157+160+24=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA018 is #625FE7. Grayscale: #909090. Windows color (decimal): -6447080 or 1613981. OLE color: 1613981.
HSL color Cylindrical-coordinate representation of color #9DA018: hue angle of 61.32º 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 #9DA018 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 24 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.37 |
| HSL | 61.32º | 0.74% | 0.36% | - |
| HSV(B) | 61.32º | 0.85% | 0.63% | - |
| XYZ | 26.64 | 32.38 | 5.71 | - |
| YUV | 143.6 | 60.51 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 24 | 0.02 | 0 | 0.85 | 0.37 | 61.32 | 0.74 | 0.36 |
| Hex | 9D | A0 | 18 | 2 | 0 | 55 | 25 | 3D | 4A | 24 |
| Octal | 235 | 240 | 30 | 2 | 0 | 125 | 45 | 75 | 112 | 44 |
| Binary | 10011101 | 10100000 | 11000 | 10 | 0 | 1010101 | 100101 | 111101 | 1001010 | 100100 |
Color Harmonies of #9DA018
Complementary color
Monochromatic Colors of #9DA018
Black with #9DA018
Text Example
Text Example
White with #9DA018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA018; }
p { color: rgb(157,160,24); }
H1.HeaderClassName
{
color: #9DA018;
}
.AnyTagClassName
{
color: #9DA018;
}
</style>
background-color css
<style>
a { background-color: #9DA018; }
a { background-color: rgb(157,160,24); }
div.DivClassName
{
background-color: #9DA018;
}
.BgClassName
{
background-color: #9DA018;
}
</style>
border-color css
<style>
span { border-color: #9DA018; }
span { border-color: rgb(157,160,24); }
td.TdClassName
{
border-color: #9DA018;
}
.TagClassName
{
border-color: #9DA018;
}
</style>