Shades of Chartreuse #8AF20A
Tints of Chartreuse #8AF20A
RGB
CMYK
RGB Variations
Color information
#8AF20A (or 0x8AF20A) is known color: Chartreuse. HEX triplet: 8A, F2 and 0A. RGB value is (138,242,10). Sum of RGB (Red+Green+Blue) = 138+242+10=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 242 (94.92% from 255 or 62.05% from 390); Blue value is 10 (4.30% from 255 or 2.56% from 390); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF20A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF20A is #750DF5. Grayscale: #B9B9B9. Windows color (decimal): -7671286 or 717450. OLE color: 717450.
HSL color Cylindrical-coordinate representation of color #8AF20A: hue angle of 86.9º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8AF20A is Cyan = 0.43, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 242 | 10 | - |
| CMYK | 0.43 | 0 | 0.96 | 0.05 |
| HSL | 86.9º | 0.92% | 0.49% | - |
| HSV(B) | 86.9º | 0.96% | 0.95% | - |
| XYZ | 42.29 | 68.93 | 11.36 | - |
| YUV | 184.46 | 29.54 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 242 | 10 | 0.43 | 0 | 0.96 | 0.05 | 86.9 | 0.92 | 0.49 |
| Hex | 8A | F2 | A | 2B | 0 | 60 | 5 | 57 | 5C | 31 |
| Octal | 212 | 362 | 12 | 53 | 0 | 140 | 5 | 127 | 134 | 61 |
| Binary | 10001010 | 11110010 | 1010 | 101011 | 0 | 1100000 | 101 | 1010111 | 1011100 | 110001 |
Color Harmonies of #8AF20A
Complementary color
Monochromatic Colors of #8AF20A
Black with #8AF20A
Text Example
Text Example
White with #8AF20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF20A; }
p { color: rgb(138,242,10); }
H1.HeaderClassName
{
color: #8AF20A;
}
.AnyTagClassName
{
color: #8AF20A;
}
</style>
background-color css
<style>
a { background-color: #8AF20A; }
a { background-color: rgb(138,242,10); }
div.DivClassName
{
background-color: #8AF20A;
}
.BgClassName
{
background-color: #8AF20A;
}
</style>
border-color css
<style>
span { border-color: #8AF20A; }
span { border-color: rgb(138,242,10); }
td.TdClassName
{
border-color: #8AF20A;
}
.TagClassName
{
border-color: #8AF20A;
}
</style>