Shades of Chartreuse #8AFE1E
Tints of Chartreuse #8AFE1E
RGB
CMYK
RGB Variations
Color information
#8AFE1E (or 0x8AFE1E) is known color: Chartreuse. HEX triplet: 8A, FE and 1E. RGB value is (138,254,30). Sum of RGB (Red+Green+Blue) = 138+254+30=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 254 (99.61% from 255 or 60.19% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFE1E is #7501E1. Grayscale: #C2C2C2. Windows color (decimal): -7668194 or 2031242. OLE color: 2031242.
HSL color Cylindrical-coordinate representation of color #8AFE1E: hue angle of 91.07º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8AFE1E is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 30 | - |
| CMYK | 0.46 | 0 | 0.88 | 0.00 |
| HSL | 91.07º | 0.99% | 0.56% | - |
| HSV(B) | 91.07º | 0.88% | 1% | - |
| XYZ | 46.16 | 76.38 | 13.54 | - |
| YUV | 193.78 | 35.57 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 30 | 0.46 | 0 | 0.88 | 0.00 | 91.07 | 0.99 | 0.56 |
| Hex | 8A | FE | 1E | 2E | 0 | 58 | 0 | 5B | 63 | 38 |
| Octal | 212 | 376 | 36 | 56 | 0 | 130 | 0 | 133 | 143 | 70 |
| Binary | 10001010 | 11111110 | 11110 | 101110 | 0 | 1011000 | 0 | 1011011 | 1100011 | 111000 |
Color Harmonies of #8AFE1E
Complementary color
Monochromatic Colors of #8AFE1E
Black with #8AFE1E
Text Example
Text Example
White with #8AFE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFE1E; }
p { color: rgb(138,254,30); }
H1.HeaderClassName
{
color: #8AFE1E;
}
.AnyTagClassName
{
color: #8AFE1E;
}
</style>
background-color css
<style>
a { background-color: #8AFE1E; }
a { background-color: rgb(138,254,30); }
div.DivClassName
{
background-color: #8AFE1E;
}
.BgClassName
{
background-color: #8AFE1E;
}
</style>
border-color css
<style>
span { border-color: #8AFE1E; }
span { border-color: rgb(138,254,30); }
td.TdClassName
{
border-color: #8AFE1E;
}
.TagClassName
{
border-color: #8AFE1E;
}
</style>