Shades of Pale Green #8EF8A5
Tints of Pale Green #8EF8A5
RGB
CMYK
RGB Variations
Color information
#8EF8A5 (or 0x8EF8A5) is known color: Pale Green. HEX triplet: 8E, F8 and A5. RGB value is (142,248,165). Sum of RGB (Red+Green+Blue) = 142+248+165=555 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.59% from 555); Green value is 248 (97.27% from 255 or 44.68% from 555); Blue value is 165 (64.84% from 255 or 29.73% from 555); Max value from RGB is 248 - color contains mainly: green. Hex color #8EF8A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EF8A5 is #71075A. Grayscale: #CFCFCF. Windows color (decimal): -7407451 or 10877070. OLE color: 10877070.
HSL color Cylindrical-coordinate representation of color #8EF8A5: hue angle of 133.02º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EF8A5 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 142 | 248 | 165 | - |
| CMYK | 0.43 | 0 | 0.33 | 0.03 |
| HSL | 133.02º | 0.88% | 0.76% | - |
| HSV(B) | 133.02º | 0.43% | 0.97% | - |
| XYZ | 51.51 | 75.6 | 47.47 | - |
| YUV | 206.84 | 104.38 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 248 | 165 | 0.43 | 0 | 0.33 | 0.03 | 133.02 | 0.88 | 0.76 |
| Hex | 8E | F8 | A5 | 2B | 0 | 21 | 3 | 85 | 58 | 4C |
| Octal | 216 | 370 | 245 | 53 | 0 | 41 | 3 | 205 | 130 | 114 |
| Binary | 10001110 | 11111000 | 10100101 | 101011 | 0 | 100001 | 11 | 10000101 | 1011000 | 1001100 |
Color Harmonies of #8EF8A5
Complementary color
Monochromatic Colors of #8EF8A5
Black with #8EF8A5
Text Example
Text Example
White with #8EF8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF8A5; }
p { color: rgb(142,248,165); }
H1.HeaderClassName
{
color: #8EF8A5;
}
.AnyTagClassName
{
color: #8EF8A5;
}
</style>
background-color css
<style>
a { background-color: #8EF8A5; }
a { background-color: rgb(142,248,165); }
div.DivClassName
{
background-color: #8EF8A5;
}
.BgClassName
{
background-color: #8EF8A5;
}
</style>
border-color css
<style>
span { border-color: #8EF8A5; }
span { border-color: rgb(142,248,165); }
td.TdClassName
{
border-color: #8EF8A5;
}
.TagClassName
{
border-color: #8EF8A5;
}
</style>