Shades of Chartreuse #8AF818
Tints of Chartreuse #8AF818
RGB
CMYK
RGB Variations
Color information
#8AF818 (or 0x8AF818) is known color: Chartreuse. HEX triplet: 8A, F8 and 18. RGB value is (138,248,24). Sum of RGB (Red+Green+Blue) = 138+248+24=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 248 (97.27% from 255 or 60.49% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF818 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF818 is #7507E7. Grayscale: #BEBEBE. Windows color (decimal): -7669736 or 1636490. OLE color: 1636490.
HSL color Cylindrical-coordinate representation of color #8AF818: hue angle of 89.46º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8AF818 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 248 | 24 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.03 |
| HSL | 89.46º | 0.94% | 0.53% | - |
| HSV(B) | 89.46º | 0.9% | 0.97% | - |
| XYZ | 44.21 | 72.6 | 12.55 | - |
| YUV | 189.57 | 34.56 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 248 | 24 | 0.44 | 0 | 0.90 | 0.03 | 89.46 | 0.94 | 0.53 |
| Hex | 8A | F8 | 18 | 2C | 0 | 5A | 3 | 59 | 5E | 35 |
| Octal | 212 | 370 | 30 | 54 | 0 | 132 | 3 | 131 | 136 | 65 |
| Binary | 10001010 | 11111000 | 11000 | 101100 | 0 | 1011010 | 11 | 1011001 | 1011110 | 110101 |
Color Harmonies of #8AF818
Complementary color
Monochromatic Colors of #8AF818
Black with #8AF818
Text Example
Text Example
White with #8AF818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF818; }
p { color: rgb(138,248,24); }
H1.HeaderClassName
{
color: #8AF818;
}
.AnyTagClassName
{
color: #8AF818;
}
</style>
background-color css
<style>
a { background-color: #8AF818; }
a { background-color: rgb(138,248,24); }
div.DivClassName
{
background-color: #8AF818;
}
.BgClassName
{
background-color: #8AF818;
}
</style>
border-color css
<style>
span { border-color: #8AF818; }
span { border-color: rgb(138,248,24); }
td.TdClassName
{
border-color: #8AF818;
}
.TagClassName
{
border-color: #8AF818;
}
</style>