Shades of Citron #8DA218
Tints of Citron #8DA218
RGB
CMYK
RGB Variations
Color information
#8DA218 (or 0x8DA218) is known color: Citron. HEX triplet: 8D, A2 and 18. RGB value is (141,162,24). Sum of RGB (Red+Green+Blue) = 141+162+24=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA218 is #725DE7. Grayscale: #8C8C8C. Windows color (decimal): -7495144 or 1614477. OLE color: 1614477.
HSL color Cylindrical-coordinate representation of color #8DA218: hue angle of 69.13º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8DA218 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 162 | 24 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.36 |
| HSL | 69.13º | 0.74% | 0.36% | - |
| HSV(B) | 69.13º | 0.85% | 0.64% | - |
| XYZ | 24.07 | 31.57 | 5.69 | - |
| YUV | 139.99 | 62.54 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 162 | 24 | 0.13 | 0 | 0.85 | 0.36 | 69.13 | 0.74 | 0.36 |
| Hex | 8D | A2 | 18 | D | 0 | 55 | 24 | 45 | 4A | 24 |
| Octal | 215 | 242 | 30 | 15 | 0 | 125 | 44 | 105 | 112 | 44 |
| Binary | 10001101 | 10100010 | 11000 | 1101 | 0 | 1010101 | 100100 | 1000101 | 1001010 | 100100 |
Color Harmonies of #8DA218
Complementary color
Monochromatic Colors of #8DA218
Black with #8DA218
Text Example
Text Example
White with #8DA218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA218; }
p { color: rgb(141,162,24); }
H1.HeaderClassName
{
color: #8DA218;
}
.AnyTagClassName
{
color: #8DA218;
}
</style>
background-color css
<style>
a { background-color: #8DA218; }
a { background-color: rgb(141,162,24); }
div.DivClassName
{
background-color: #8DA218;
}
.BgClassName
{
background-color: #8DA218;
}
</style>
border-color css
<style>
span { border-color: #8DA218; }
span { border-color: rgb(141,162,24); }
td.TdClassName
{
border-color: #8DA218;
}
.TagClassName
{
border-color: #8DA218;
}
</style>