Shades of Citron #9DA618
Tints of Citron #9DA618
RGB
CMYK
RGB Variations
Color information
#9DA618 (or 0x9DA618) is known color: Citron. HEX triplet: 9D, A6 and 18. RGB value is (157,166,24). Sum of RGB (Red+Green+Blue) = 157+166+24=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 166 (65.23% from 255 or 47.84% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA618 is #6259E7. Grayscale: #939393. Windows color (decimal): -6445544 or 1615517. OLE color: 1615517.
HSL color Cylindrical-coordinate representation of color #9DA618: hue angle of 63.8º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9DA618 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 166 | 24 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.35 |
| HSL | 63.8º | 0.75% | 0.37% | - |
| HSV(B) | 63.8º | 0.86% | 0.65% | - |
| XYZ | 27.71 | 34.51 | 6.06 | - |
| YUV | 147.12 | 58.52 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 166 | 24 | 0.05 | 0 | 0.86 | 0.35 | 63.8 | 0.75 | 0.37 |
| Hex | 9D | A6 | 18 | 5 | 0 | 56 | 23 | 40 | 4B | 25 |
| Octal | 235 | 246 | 30 | 5 | 0 | 126 | 43 | 100 | 113 | 45 |
| Binary | 10011101 | 10100110 | 11000 | 101 | 0 | 1010110 | 100011 | 1000000 | 1001011 | 100101 |
Color Harmonies of #9DA618
Complementary color
Monochromatic Colors of #9DA618
Black with #9DA618
Text Example
Text Example
White with #9DA618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA618; }
p { color: rgb(157,166,24); }
H1.HeaderClassName
{
color: #9DA618;
}
.AnyTagClassName
{
color: #9DA618;
}
</style>
background-color css
<style>
a { background-color: #9DA618; }
a { background-color: rgb(157,166,24); }
div.DivClassName
{
background-color: #9DA618;
}
.BgClassName
{
background-color: #9DA618;
}
</style>
border-color css
<style>
span { border-color: #9DA618; }
span { border-color: rgb(157,166,24); }
td.TdClassName
{
border-color: #9DA618;
}
.TagClassName
{
border-color: #9DA618;
}
</style>