Shades of Chartreuse #8AFF00
Tints of Chartreuse #8AFF00
RGB
CMYK
RGB Variations
Color information
#8AFF00 (or 0x8AFF00) is known color: Chartreuse. HEX triplet: 8A, FF and 00. RGB value is (138,255,0). Sum of RGB (Red+Green+Blue) = 138+255+0=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 255 (100% from 255 or 64.89% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFF00 is #7500FF. Grayscale: #BFBFBF. Windows color (decimal): -7667968 or 65418. OLE color: 65418.
HSL color Cylindrical-coordinate representation of color #8AFF00: hue angle of 87.53º 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 #8AFF00 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 0 | - |
| CMYK | 0.46 | 0 | 1 | 0 |
| HSL | 87.53º | 1% | 0.5% | - |
| HSV(B) | 87.53º | 1% | 1% | - |
| XYZ | 46.24 | 76.92 | 12.41 | - |
| YUV | 190.95 | 20.24 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 0 | 0.46 | 0 | 1 | 0 | 87.53 | 1 | 0.5 |
| Hex | 8A | FF | 0 | 2E | 0 | 64 | 0 | 58 | 64 | 32 |
| Octal | 212 | 377 | 0 | 56 | 0 | 144 | 0 | 130 | 144 | 62 |
| Binary | 10001010 | 11111111 | 0 | 101110 | 0 | 1100100 | 0 | 1011000 | 1100100 | 110010 |
Color Harmonies of #8AFF00
Complementary color
Monochromatic Colors of #8AFF00
Black with #8AFF00
Text Example
Text Example
White with #8AFF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFF00; }
p { color: rgb(138,255,0); }
H1.HeaderClassName
{
color: #8AFF00;
}
.AnyTagClassName
{
color: #8AFF00;
}
</style>
background-color css
<style>
a { background-color: #8AFF00; }
a { background-color: rgb(138,255,0); }
div.DivClassName
{
background-color: #8AFF00;
}
.BgClassName
{
background-color: #8AFF00;
}
</style>
border-color css
<style>
span { border-color: #8AFF00; }
span { border-color: rgb(138,255,0); }
td.TdClassName
{
border-color: #8AFF00;
}
.TagClassName
{
border-color: #8AFF00;
}
</style>