Shades of Pastel Green #8AE17E
Tints of Pastel Green #8AE17E
RGB
CMYK
RGB Variations
Color information
#8AE17E (or 0x8AE17E) is known color: Pastel Green. HEX triplet: 8A, E1 and 7E. RGB value is (138,225,126). Sum of RGB (Red+Green+Blue) = 138+225+126=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AE17E is #751E81. Grayscale: #BCBCBC. Windows color (decimal): -7675522 or 8315274. OLE color: 8315274.
HSL color Cylindrical-coordinate representation of color #8AE17E: hue angle of 112.73º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AE17E is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 225 | 126 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.12 |
| HSL | 112.73º | 0.62% | 0.69% | - |
| HSV(B) | 112.73º | 0.44% | 0.88% | - |
| XYZ | 41.17 | 60.76 | 29.3 | - |
| YUV | 187.7 | 93.18 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 225 | 126 | 0.39 | 0 | 0.44 | 0.12 | 112.73 | 0.62 | 0.69 |
| Hex | 8A | E1 | 7E | 27 | 0 | 2C | C | 71 | 3E | 45 |
| Octal | 212 | 341 | 176 | 47 | 0 | 54 | 14 | 161 | 76 | 105 |
| Binary | 10001010 | 11100001 | 1111110 | 100111 | 0 | 101100 | 1100 | 1110001 | 111110 | 1000101 |
Color Harmonies of #8AE17E
Complementary color
Monochromatic Colors of #8AE17E
Black with #8AE17E
Text Example
Text Example
White with #8AE17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE17E; }
p { color: rgb(138,225,126); }
H1.HeaderClassName
{
color: #8AE17E;
}
.AnyTagClassName
{
color: #8AE17E;
}
</style>
background-color css
<style>
a { background-color: #8AE17E; }
a { background-color: rgb(138,225,126); }
div.DivClassName
{
background-color: #8AE17E;
}
.BgClassName
{
background-color: #8AE17E;
}
</style>
border-color css
<style>
span { border-color: #8AE17E; }
span { border-color: rgb(138,225,126); }
td.TdClassName
{
border-color: #8AE17E;
}
.TagClassName
{
border-color: #8AE17E;
}
</style>