Shades of Chartreuse #8AFE01
Tints of Chartreuse #8AFE01
RGB
CMYK
RGB Variations
Color information
#8AFE01 (or 0x8AFE01) is known color: Chartreuse. HEX triplet: 8A, FE and 01. RGB value is (138,254,1). Sum of RGB (Red+Green+Blue) = 138+254+1=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 254 (99.61% from 255 or 64.63% from 393); Blue value is 1 (0.78% from 255 or 0.25% from 393); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFE01 is #7501FE. Grayscale: #BFBFBF. Windows color (decimal): -7668223 or 130698. OLE color: 130698.
HSL color Cylindrical-coordinate representation of color #8AFE01: hue angle of 87.51º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8AFE01 is Cyan = 0.46, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 1 | - |
| CMYK | 0.46 | 0 | 1.00 | 0.00 |
| HSL | 87.51º | 0.99% | 0.5% | - |
| HSV(B) | 87.51º | 1% | 1% | - |
| XYZ | 45.93 | 76.29 | 12.33 | - |
| YUV | 190.47 | 21.07 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 1 | 0.46 | 0 | 1.00 | 0.00 | 87.51 | 0.99 | 0.5 |
| Hex | 8A | FE | 1 | 2E | 0 | 64 | 0 | 58 | 63 | 32 |
| Octal | 212 | 376 | 1 | 56 | 0 | 144 | 0 | 130 | 143 | 62 |
| Binary | 10001010 | 11111110 | 1 | 101110 | 0 | 1100100 | 0 | 1011000 | 1100011 | 110010 |
Color Harmonies of #8AFE01
Complementary color
Monochromatic Colors of #8AFE01
Black with #8AFE01
Text Example
Text Example
White with #8AFE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFE01; }
p { color: rgb(138,254,1); }
H1.HeaderClassName
{
color: #8AFE01;
}
.AnyTagClassName
{
color: #8AFE01;
}
</style>
background-color css
<style>
a { background-color: #8AFE01; }
a { background-color: rgb(138,254,1); }
div.DivClassName
{
background-color: #8AFE01;
}
.BgClassName
{
background-color: #8AFE01;
}
</style>
border-color css
<style>
span { border-color: #8AFE01; }
span { border-color: rgb(138,254,1); }
td.TdClassName
{
border-color: #8AFE01;
}
.TagClassName
{
border-color: #8AFE01;
}
</style>