Shades of Chartreuse #8EED16
Tints of Chartreuse #8EED16
RGB
CMYK
RGB Variations
Color information
#8EED16 (or 0x8EED16) is known color: Chartreuse. HEX triplet: 8E, ED and 16. RGB value is (142,237,22). Sum of RGB (Red+Green+Blue) = 142+237+22=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 237 (92.97% from 255 or 59.10% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 237 - color contains mainly: green. Hex color #8EED16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8EED16 is #7112E9. Grayscale: #B8B8B8. Windows color (decimal): -7410410 or 1502606. OLE color: 1502606.
HSL color Cylindrical-coordinate representation of color #8EED16: hue angle of 86.51º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8EED16 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 237 | 22 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.07 |
| HSL | 86.51º | 0.86% | 0.51% | - |
| HSV(B) | 86.51º | 0.91% | 0.93% | - |
| XYZ | 41.58 | 66.38 | 11.38 | - |
| YUV | 184.09 | 36.53 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 237 | 22 | 0.40 | 0 | 0.91 | 0.07 | 86.51 | 0.86 | 0.51 |
| Hex | 8E | ED | 16 | 28 | 0 | 5B | 7 | 57 | 56 | 33 |
| Octal | 216 | 355 | 26 | 50 | 0 | 133 | 7 | 127 | 126 | 63 |
| Binary | 10001110 | 11101101 | 10110 | 101000 | 0 | 1011011 | 111 | 1010111 | 1010110 | 110011 |
Color Harmonies of #8EED16
Complementary color
Monochromatic Colors of #8EED16
Black with #8EED16
Text Example
Text Example
White with #8EED16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EED16; }
p { color: rgb(142,237,22); }
H1.HeaderClassName
{
color: #8EED16;
}
.AnyTagClassName
{
color: #8EED16;
}
</style>
background-color css
<style>
a { background-color: #8EED16; }
a { background-color: rgb(142,237,22); }
div.DivClassName
{
background-color: #8EED16;
}
.BgClassName
{
background-color: #8EED16;
}
</style>
border-color css
<style>
span { border-color: #8EED16; }
span { border-color: rgb(142,237,22); }
td.TdClassName
{
border-color: #8EED16;
}
.TagClassName
{
border-color: #8EED16;
}
</style>