Shades of Pastel Green #8EE970
Tints of Pastel Green #8EE970
RGB
CMYK
RGB Variations
Color information
#8EE970 (or 0x8EE970) is known color: Pastel Green. HEX triplet: 8E, E9 and 70. RGB value is (142,233,112). Sum of RGB (Red+Green+Blue) = 142+233+112=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 233 (91.41% from 255 or 47.84% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 233 - color contains mainly: green. Hex color #8EE970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EE970 is #71168F. Grayscale: #C0C0C0. Windows color (decimal): -7411344 or 7399822. OLE color: 7399822.
HSL color Cylindrical-coordinate representation of color #8EE970: hue angle of 105.12º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8EE970 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 233 | 112 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.09 |
| HSL | 105.12º | 0.73% | 0.68% | - |
| HSV(B) | 105.12º | 0.52% | 0.91% | - |
| XYZ | 43.22 | 65.2 | 25.64 | - |
| YUV | 192 | 82.85 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 233 | 112 | 0.39 | 0 | 0.52 | 0.09 | 105.12 | 0.73 | 0.68 |
| Hex | 8E | E9 | 70 | 27 | 0 | 34 | 9 | 69 | 49 | 44 |
| Octal | 216 | 351 | 160 | 47 | 0 | 64 | 11 | 151 | 111 | 104 |
| Binary | 10001110 | 11101001 | 1110000 | 100111 | 0 | 110100 | 1001 | 1101001 | 1001001 | 1000100 |
Color Harmonies of #8EE970
Complementary color
Monochromatic Colors of #8EE970
Black with #8EE970
Text Example
Text Example
White with #8EE970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE970; }
p { color: rgb(142,233,112); }
H1.HeaderClassName
{
color: #8EE970;
}
.AnyTagClassName
{
color: #8EE970;
}
</style>
background-color css
<style>
a { background-color: #8EE970; }
a { background-color: rgb(142,233,112); }
div.DivClassName
{
background-color: #8EE970;
}
.BgClassName
{
background-color: #8EE970;
}
</style>
border-color css
<style>
span { border-color: #8EE970; }
span { border-color: rgb(142,233,112); }
td.TdClassName
{
border-color: #8EE970;
}
.TagClassName
{
border-color: #8EE970;
}
</style>