Shades of Chartreuse #8CFF12
Tints of Chartreuse #8CFF12
RGB
CMYK
RGB Variations
Color information
#8CFF12 (or 0x8CFF12) is known color: Chartreuse. HEX triplet: 8C, FF and 12. RGB value is (140,255,18). Sum of RGB (Red+Green+Blue) = 140+255+18=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 255 (100% from 255 or 61.74% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFF12 is #7300ED. Grayscale: #C2C2C2. Windows color (decimal): -7536878 or 1245068. OLE color: 1245068.
HSL color Cylindrical-coordinate representation of color #8CFF12: hue angle of 89.11º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8CFF12 is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 18 | - |
| CMYK | 0.45 | 0 | 0.93 | 0 |
| HSL | 89.11º | 1% | 0.54% | - |
| HSV(B) | 89.11º | 0.93% | 1% | - |
| XYZ | 46.68 | 77.14 | 13 | - |
| YUV | 193.6 | 28.9 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 18 | 0.45 | 0 | 0.93 | 0 | 89.11 | 1 | 0.54 |
| Hex | 8C | FF | 12 | 2D | 0 | 5D | 0 | 59 | 64 | 36 |
| Octal | 214 | 377 | 22 | 55 | 0 | 135 | 0 | 131 | 144 | 66 |
| Binary | 10001100 | 11111111 | 10010 | 101101 | 0 | 1011101 | 0 | 1011001 | 1100100 | 110110 |
Color Harmonies of #8CFF12
Complementary color
Monochromatic Colors of #8CFF12
Black with #8CFF12
Text Example
Text Example
White with #8CFF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFF12; }
p { color: rgb(140,255,18); }
H1.HeaderClassName
{
color: #8CFF12;
}
.AnyTagClassName
{
color: #8CFF12;
}
</style>
background-color css
<style>
a { background-color: #8CFF12; }
a { background-color: rgb(140,255,18); }
div.DivClassName
{
background-color: #8CFF12;
}
.BgClassName
{
background-color: #8CFF12;
}
</style>
border-color css
<style>
span { border-color: #8CFF12; }
span { border-color: rgb(140,255,18); }
td.TdClassName
{
border-color: #8CFF12;
}
.TagClassName
{
border-color: #8CFF12;
}
</style>