Shades of Pastel Green #8AE17D
Tints of Pastel Green #8AE17D
RGB
CMYK
RGB Variations
Color information
#8AE17D (or 0x8AE17D) is known color: Pastel Green. HEX triplet: 8A, E1 and 7D. RGB value is (138,225,125). Sum of RGB (Red+Green+Blue) = 138+225+125=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AE17D is #751E82. Grayscale: #BBBBBB. Windows color (decimal): -7675523 or 8249738. OLE color: 8249738.
HSL color Cylindrical-coordinate representation of color #8AE17D: hue angle of 112.2º 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 #8AE17D is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 225 | 125 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.12 |
| HSL | 112.2º | 0.63% | 0.69% | - |
| HSV(B) | 112.2º | 0.44% | 0.88% | - |
| XYZ | 41.11 | 60.73 | 28.96 | - |
| YUV | 187.59 | 92.68 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 225 | 125 | 0.39 | 0 | 0.44 | 0.12 | 112.2 | 0.63 | 0.69 |
| Hex | 8A | E1 | 7D | 27 | 0 | 2C | C | 70 | 3E | 45 |
| Octal | 212 | 341 | 175 | 47 | 0 | 54 | 14 | 160 | 76 | 105 |
| Binary | 10001010 | 11100001 | 1111101 | 100111 | 0 | 101100 | 1100 | 1110000 | 111110 | 1000101 |
Color Harmonies of #8AE17D
Complementary color
Monochromatic Colors of #8AE17D
Black with #8AE17D
Text Example
Text Example
White with #8AE17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE17D; }
p { color: rgb(138,225,125); }
H1.HeaderClassName
{
color: #8AE17D;
}
.AnyTagClassName
{
color: #8AE17D;
}
</style>
background-color css
<style>
a { background-color: #8AE17D; }
a { background-color: rgb(138,225,125); }
div.DivClassName
{
background-color: #8AE17D;
}
.BgClassName
{
background-color: #8AE17D;
}
</style>
border-color css
<style>
span { border-color: #8AE17D; }
span { border-color: rgb(138,225,125); }
td.TdClassName
{
border-color: #8AE17D;
}
.TagClassName
{
border-color: #8AE17D;
}
</style>