Shades of Chartreuse #8AFA15
Tints of Chartreuse #8AFA15
RGB
CMYK
RGB Variations
Color information
#8AFA15 (or 0x8AFA15) is known color: Chartreuse. HEX triplet: 8A, FA and 15. RGB value is (138,250,21). Sum of RGB (Red+Green+Blue) = 138+250+21=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 250 (98.05% from 255 or 61.12% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFA15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFA15 is #7505EA. Grayscale: #BFBFBF. Windows color (decimal): -7669227 or 1440394. OLE color: 1440394.
HSL color Cylindrical-coordinate representation of color #8AFA15: hue angle of 89.34º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8AFA15 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 250 | 21 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.02 |
| HSL | 89.34º | 0.96% | 0.53% | - |
| HSV(B) | 89.34º | 0.92% | 0.98% | - |
| XYZ | 44.8 | 73.83 | 12.6 | - |
| YUV | 190.41 | 32.39 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 250 | 21 | 0.45 | 0 | 0.92 | 0.02 | 89.34 | 0.96 | 0.53 |
| Hex | 8A | FA | 15 | 2D | 0 | 5C | 2 | 59 | 60 | 35 |
| Octal | 212 | 372 | 25 | 55 | 0 | 134 | 2 | 131 | 140 | 65 |
| Binary | 10001010 | 11111010 | 10101 | 101101 | 0 | 1011100 | 10 | 1011001 | 1100000 | 110101 |
Color Harmonies of #8AFA15
Complementary color
Monochromatic Colors of #8AFA15
Black with #8AFA15
Text Example
Text Example
White with #8AFA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFA15; }
p { color: rgb(138,250,21); }
H1.HeaderClassName
{
color: #8AFA15;
}
.AnyTagClassName
{
color: #8AFA15;
}
</style>
background-color css
<style>
a { background-color: #8AFA15; }
a { background-color: rgb(138,250,21); }
div.DivClassName
{
background-color: #8AFA15;
}
.BgClassName
{
background-color: #8AFA15;
}
</style>
border-color css
<style>
span { border-color: #8AFA15; }
span { border-color: rgb(138,250,21); }
td.TdClassName
{
border-color: #8AFA15;
}
.TagClassName
{
border-color: #8AFA15;
}
</style>