Shades of Chartreuse #8CFE1A
Tints of Chartreuse #8CFE1A
RGB
CMYK
RGB Variations
Color information
#8CFE1A (or 0x8CFE1A) is known color: Chartreuse. HEX triplet: 8C, FE and 1A. RGB value is (140,254,26). Sum of RGB (Red+Green+Blue) = 140+254+26=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 254 (99.61% from 255 or 60.48% from 420); Blue value is 26 (10.55% from 255 or 6.19% from 420); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFE1A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFE1A is #7301E5. Grayscale: #C2C2C2. Windows color (decimal): -7537126 or 1769100. OLE color: 1769100.
HSL color Cylindrical-coordinate representation of color #8CFE1A: hue angle of 90º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CFE1A is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 26 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.00 |
| HSL | 90º | 0.99% | 0.55% | - |
| HSV(B) | 90º | 0.9% | 1% | - |
| XYZ | 46.44 | 76.53 | 13.3 | - |
| YUV | 193.92 | 33.23 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 26 | 0.45 | 0 | 0.90 | 0.00 | 90 | 0.99 | 0.55 |
| Hex | 8C | FE | 1A | 2D | 0 | 5A | 0 | 5A | 63 | 37 |
| Octal | 214 | 376 | 32 | 55 | 0 | 132 | 0 | 132 | 143 | 67 |
| Binary | 10001100 | 11111110 | 11010 | 101101 | 0 | 1011010 | 0 | 1011010 | 1100011 | 110111 |
Color Harmonies of #8CFE1A
Complementary color
Monochromatic Colors of #8CFE1A
Black with #8CFE1A
Text Example
Text Example
White with #8CFE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFE1A; }
p { color: rgb(140,254,26); }
H1.HeaderClassName
{
color: #8CFE1A;
}
.AnyTagClassName
{
color: #8CFE1A;
}
</style>
background-color css
<style>
a { background-color: #8CFE1A; }
a { background-color: rgb(140,254,26); }
div.DivClassName
{
background-color: #8CFE1A;
}
.BgClassName
{
background-color: #8CFE1A;
}
</style>
border-color css
<style>
span { border-color: #8CFE1A; }
span { border-color: rgb(140,254,26); }
td.TdClassName
{
border-color: #8CFE1A;
}
.TagClassName
{
border-color: #8CFE1A;
}
</style>