Shades of Chartreuse #8AF805
Tints of Chartreuse #8AF805
RGB
CMYK
RGB Variations
Color information
#8AF805 (or 0x8AF805) is known color: Chartreuse. HEX triplet: 8A, F8 and 05. RGB value is (138,248,5). Sum of RGB (Red+Green+Blue) = 138+248+5=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 248 (97.27% from 255 or 63.43% from 391); Blue value is 5 (2.34% from 255 or 1.28% from 391); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF805 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF805 is #7507FA. Grayscale: #BCBCBC. Windows color (decimal): -7669755 or 391306. OLE color: 391306.
HSL color Cylindrical-coordinate representation of color #8AF805: hue angle of 87.16º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8AF805 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 248 | 5 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.03 |
| HSL | 87.16º | 0.96% | 0.5% | - |
| HSV(B) | 87.16º | 0.98% | 0.97% | - |
| XYZ | 44.08 | 72.55 | 11.82 | - |
| YUV | 187.41 | 25.06 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 248 | 5 | 0.44 | 0 | 0.98 | 0.03 | 87.16 | 0.96 | 0.5 |
| Hex | 8A | F8 | 5 | 2C | 0 | 62 | 3 | 57 | 60 | 32 |
| Octal | 212 | 370 | 5 | 54 | 0 | 142 | 3 | 127 | 140 | 62 |
| Binary | 10001010 | 11111000 | 101 | 101100 | 0 | 1100010 | 11 | 1010111 | 1100000 | 110010 |
Color Harmonies of #8AF805
Complementary color
Monochromatic Colors of #8AF805
Black with #8AF805
Text Example
Text Example
White with #8AF805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF805; }
p { color: rgb(138,248,5); }
H1.HeaderClassName
{
color: #8AF805;
}
.AnyTagClassName
{
color: #8AF805;
}
</style>
background-color css
<style>
a { background-color: #8AF805; }
a { background-color: rgb(138,248,5); }
div.DivClassName
{
background-color: #8AF805;
}
.BgClassName
{
background-color: #8AF805;
}
</style>
border-color css
<style>
span { border-color: #8AF805; }
span { border-color: rgb(138,248,5); }
td.TdClassName
{
border-color: #8AF805;
}
.TagClassName
{
border-color: #8AF805;
}
</style>