Shades of Chartreuse #8AF500
Tints of Chartreuse #8AF500
RGB
CMYK
RGB Variations
Color information
#8AF500 (or 0x8AF500) is known color: Chartreuse. HEX triplet: 8A, F5 and 00. RGB value is (138,245,0). Sum of RGB (Red+Green+Blue) = 138+245+0=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 245 (96.09% from 255 or 63.97% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF500 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF500 is #750AFF. Grayscale: #B9B9B9. Windows color (decimal): -7670528 or 62858. OLE color: 62858.
HSL color Cylindrical-coordinate representation of color #8AF500: hue angle of 86.2º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8AF500 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 245 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.04 |
| HSL | 86.2º | 1% | 0.48% | - |
| HSV(B) | 86.2º | 1% | 0.96% | - |
| XYZ | 43.13 | 70.71 | 11.37 | - |
| YUV | 185.08 | 23.55 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 245 | 0 | 0.44 | 0 | 1 | 0.04 | 86.2 | 1 | 0.48 |
| Hex | 8A | F5 | 0 | 2C | 0 | 64 | 4 | 56 | 64 | 30 |
| Octal | 212 | 365 | 0 | 54 | 0 | 144 | 4 | 126 | 144 | 60 |
| Binary | 10001010 | 11110101 | 0 | 101100 | 0 | 1100100 | 100 | 1010110 | 1100100 | 110000 |
Color Harmonies of #8AF500
Complementary color
Monochromatic Colors of #8AF500
Black with #8AF500
Text Example
Text Example
White with #8AF500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF500; }
p { color: rgb(138,245,0); }
H1.HeaderClassName
{
color: #8AF500;
}
.AnyTagClassName
{
color: #8AF500;
}
</style>
background-color css
<style>
a { background-color: #8AF500; }
a { background-color: rgb(138,245,0); }
div.DivClassName
{
background-color: #8AF500;
}
.BgClassName
{
background-color: #8AF500;
}
</style>
border-color css
<style>
span { border-color: #8AF500; }
span { border-color: rgb(138,245,0); }
td.TdClassName
{
border-color: #8AF500;
}
.TagClassName
{
border-color: #8AF500;
}
</style>