Shades of Chartreuse #8FEE12
Tints of Chartreuse #8FEE12
RGB
CMYK
RGB Variations
Color information
#8FEE12 (or 0x8FEE12) is known color: Chartreuse. HEX triplet: 8F, EE and 12. RGB value is (143,238,18). Sum of RGB (Red+Green+Blue) = 143+238+18=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 238 (93.36% from 255 or 59.65% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEE12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8FEE12 is #7011ED. Grayscale: #B9B9B9. Windows color (decimal): -7344622 or 1240719. OLE color: 1240719.
HSL color Cylindrical-coordinate representation of color #8FEE12: hue angle of 85.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8FEE12 is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 238 | 18 | - |
| CMYK | 0.40 | 0 | 0.92 | 0.07 |
| HSL | 85.91º | 0.87% | 0.5% | - |
| HSV(B) | 85.91º | 0.92% | 0.93% | - |
| XYZ | 42.01 | 67.03 | 11.3 | - |
| YUV | 184.52 | 34.03 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 18 | 0.40 | 0 | 0.92 | 0.07 | 85.91 | 0.87 | 0.5 |
| Hex | 8F | EE | 12 | 28 | 0 | 5C | 7 | 56 | 57 | 32 |
| Octal | 217 | 356 | 22 | 50 | 0 | 134 | 7 | 126 | 127 | 62 |
| Binary | 10001111 | 11101110 | 10010 | 101000 | 0 | 1011100 | 111 | 1010110 | 1010111 | 110010 |
Color Harmonies of #8FEE12
Complementary color
Monochromatic Colors of #8FEE12
Black with #8FEE12
Text Example
Text Example
White with #8FEE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEE12; }
p { color: rgb(143,238,18); }
H1.HeaderClassName
{
color: #8FEE12;
}
.AnyTagClassName
{
color: #8FEE12;
}
</style>
background-color css
<style>
a { background-color: #8FEE12; }
a { background-color: rgb(143,238,18); }
div.DivClassName
{
background-color: #8FEE12;
}
.BgClassName
{
background-color: #8FEE12;
}
</style>
border-color css
<style>
span { border-color: #8FEE12; }
span { border-color: rgb(143,238,18); }
td.TdClassName
{
border-color: #8FEE12;
}
.TagClassName
{
border-color: #8FEE12;
}
</style>