Shades of Chartreuse #8AF80A
Tints of Chartreuse #8AF80A
RGB
CMYK
RGB Variations
Color information
#8AF80A (or 0x8AF80A) is known color: Chartreuse. HEX triplet: 8A, F8 and 0A. RGB value is (138,248,10). Sum of RGB (Red+Green+Blue) = 138+248+10=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 248 (97.27% from 255 or 62.63% from 396); Blue value is 10 (4.30% from 255 or 2.53% from 396); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF80A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF80A is #7507F5. Grayscale: #BCBCBC. Windows color (decimal): -7669750 or 718986. OLE color: 718986.
HSL color Cylindrical-coordinate representation of color #8AF80A: hue angle of 87.73º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8AF80A is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 248 | 10 | - |
| CMYK | 0.44 | 0 | 0.96 | 0.03 |
| HSL | 87.73º | 0.94% | 0.51% | - |
| HSV(B) | 87.73º | 0.96% | 0.97% | - |
| XYZ | 44.1 | 72.56 | 11.97 | - |
| YUV | 187.98 | 27.56 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 248 | 10 | 0.44 | 0 | 0.96 | 0.03 | 87.73 | 0.94 | 0.51 |
| Hex | 8A | F8 | A | 2C | 0 | 60 | 3 | 58 | 5E | 33 |
| Octal | 212 | 370 | 12 | 54 | 0 | 140 | 3 | 130 | 136 | 63 |
| Binary | 10001010 | 11111000 | 1010 | 101100 | 0 | 1100000 | 11 | 1011000 | 1011110 | 110011 |
Color Harmonies of #8AF80A
Complementary color
Monochromatic Colors of #8AF80A
Black with #8AF80A
Text Example
Text Example
White with #8AF80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF80A; }
p { color: rgb(138,248,10); }
H1.HeaderClassName
{
color: #8AF80A;
}
.AnyTagClassName
{
color: #8AF80A;
}
</style>
background-color css
<style>
a { background-color: #8AF80A; }
a { background-color: rgb(138,248,10); }
div.DivClassName
{
background-color: #8AF80A;
}
.BgClassName
{
background-color: #8AF80A;
}
</style>
border-color css
<style>
span { border-color: #8AF80A; }
span { border-color: rgb(138,248,10); }
td.TdClassName
{
border-color: #8AF80A;
}
.TagClassName
{
border-color: #8AF80A;
}
</style>