Shades of Chartreuse #8CFE16
Tints of Chartreuse #8CFE16
RGB
CMYK
RGB Variations
Color information
#8CFE16 (or 0x8CFE16) is known color: Chartreuse. HEX triplet: 8C, FE and 16. RGB value is (140,254,22). Sum of RGB (Red+Green+Blue) = 140+254+22=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 254 (99.61% from 255 or 61.06% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFE16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFE16 is #7301E9. Grayscale: #C2C2C2. Windows color (decimal): -7537130 or 1506956. OLE color: 1506956.
HSL color Cylindrical-coordinate representation of color #8CFE16: hue angle of 89.48º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8CFE16 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 22 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.00 |
| HSL | 89.48º | 0.99% | 0.54% | - |
| HSV(B) | 89.48º | 0.91% | 1% | - |
| XYZ | 46.4 | 76.52 | 13.08 | - |
| YUV | 193.47 | 31.23 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 22 | 0.45 | 0 | 0.91 | 0.00 | 89.48 | 0.99 | 0.54 |
| Hex | 8C | FE | 16 | 2D | 0 | 5B | 0 | 59 | 63 | 36 |
| Octal | 214 | 376 | 26 | 55 | 0 | 133 | 0 | 131 | 143 | 66 |
| Binary | 10001100 | 11111110 | 10110 | 101101 | 0 | 1011011 | 0 | 1011001 | 1100011 | 110110 |
Color Harmonies of #8CFE16
Complementary color
Monochromatic Colors of #8CFE16
Black with #8CFE16
Text Example
Text Example
White with #8CFE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFE16; }
p { color: rgb(140,254,22); }
H1.HeaderClassName
{
color: #8CFE16;
}
.AnyTagClassName
{
color: #8CFE16;
}
</style>
background-color css
<style>
a { background-color: #8CFE16; }
a { background-color: rgb(140,254,22); }
div.DivClassName
{
background-color: #8CFE16;
}
.BgClassName
{
background-color: #8CFE16;
}
</style>
border-color css
<style>
span { border-color: #8CFE16; }
span { border-color: rgb(140,254,22); }
td.TdClassName
{
border-color: #8CFE16;
}
.TagClassName
{
border-color: #8CFE16;
}
</style>