Shades of Chartreuse #8AFF01
Tints of Chartreuse #8AFF01
RGB
CMYK
RGB Variations
Color information
#8AFF01 (or 0x8AFF01) is known color: Chartreuse. HEX triplet: 8A, FF and 01. RGB value is (138,255,1). Sum of RGB (Red+Green+Blue) = 138+255+1=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 255 (100% from 255 or 64.72% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFF01 is #7500FE. Grayscale: #BFBFBF. Windows color (decimal): -7667967 or 130954. OLE color: 130954.
HSL color Cylindrical-coordinate representation of color #8AFF01: hue angle of 87.64º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8AFF01 is Cyan = 0.46, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 1 | - |
| CMYK | 0.46 | 0 | 1.00 | 0 |
| HSL | 87.64º | 1% | 0.5% | - |
| HSV(B) | 87.64º | 1% | 1% | - |
| XYZ | 46.25 | 76.93 | 12.44 | - |
| YUV | 191.06 | 20.74 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 1 | 0.46 | 0 | 1.00 | 0 | 87.64 | 1 | 0.5 |
| Hex | 8A | FF | 1 | 2E | 0 | 64 | 0 | 58 | 64 | 32 |
| Octal | 212 | 377 | 1 | 56 | 0 | 144 | 0 | 130 | 144 | 62 |
| Binary | 10001010 | 11111111 | 1 | 101110 | 0 | 1100100 | 0 | 1011000 | 1100100 | 110010 |
Color Harmonies of #8AFF01
Complementary color
Monochromatic Colors of #8AFF01
Black with #8AFF01
Text Example
Text Example
White with #8AFF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFF01; }
p { color: rgb(138,255,1); }
H1.HeaderClassName
{
color: #8AFF01;
}
.AnyTagClassName
{
color: #8AFF01;
}
</style>
background-color css
<style>
a { background-color: #8AFF01; }
a { background-color: rgb(138,255,1); }
div.DivClassName
{
background-color: #8AFF01;
}
.BgClassName
{
background-color: #8AFF01;
}
</style>
border-color css
<style>
span { border-color: #8AFF01; }
span { border-color: rgb(138,255,1); }
td.TdClassName
{
border-color: #8AFF01;
}
.TagClassName
{
border-color: #8AFF01;
}
</style>