Shades of Pale Green #8EF2A1
Tints of Pale Green #8EF2A1
RGB
CMYK
RGB Variations
Color information
#8EF2A1 (or 0x8EF2A1) is known color: Pale Green. HEX triplet: 8E, F2 and A1. RGB value is (142,242,161). Sum of RGB (Red+Green+Blue) = 142+242+161=545 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.06% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #8EF2A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EF2A1 is #710D5E. Grayscale: #CBCBCB. Windows color (decimal): -7408991 or 10613390. OLE color: 10613390.
HSL color Cylindrical-coordinate representation of color #8EF2A1: hue angle of 131.4º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EF2A1 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 142 | 242 | 161 | - |
| CMYK | 0.41 | 0 | 0.33 | 0.05 |
| HSL | 131.4º | 0.79% | 0.75% | - |
| HSV(B) | 131.4º | 0.41% | 0.95% | - |
| XYZ | 49.34 | 71.83 | 44.98 | - |
| YUV | 202.87 | 104.37 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 242 | 161 | 0.41 | 0 | 0.33 | 0.05 | 131.4 | 0.79 | 0.75 |
| Hex | 8E | F2 | A1 | 29 | 0 | 21 | 5 | 83 | 4F | 4B |
| Octal | 216 | 362 | 241 | 51 | 0 | 41 | 5 | 203 | 117 | 113 |
| Binary | 10001110 | 11110010 | 10100001 | 101001 | 0 | 100001 | 101 | 10000011 | 1001111 | 1001011 |
Color Harmonies of #8EF2A1
Complementary color
Monochromatic Colors of #8EF2A1
Black with #8EF2A1
Text Example
Text Example
White with #8EF2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF2A1; }
p { color: rgb(142,242,161); }
H1.HeaderClassName
{
color: #8EF2A1;
}
.AnyTagClassName
{
color: #8EF2A1;
}
</style>
background-color css
<style>
a { background-color: #8EF2A1; }
a { background-color: rgb(142,242,161); }
div.DivClassName
{
background-color: #8EF2A1;
}
.BgClassName
{
background-color: #8EF2A1;
}
</style>
border-color css
<style>
span { border-color: #8EF2A1; }
span { border-color: rgb(142,242,161); }
td.TdClassName
{
border-color: #8EF2A1;
}
.TagClassName
{
border-color: #8EF2A1;
}
</style>