Shades of Pastel Green #8AE07D
Tints of Pastel Green #8AE07D
RGB
CMYK
RGB Variations
Color information
#8AE07D (or 0x8AE07D) is known color: Pastel Green. HEX triplet: 8A, E0 and 7D. RGB value is (138,224,125). Sum of RGB (Red+Green+Blue) = 138+224+125=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 224 - color contains mainly: green. Hex color #8AE07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AE07D is #751F82. Grayscale: #BBBBBB. Windows color (decimal): -7675779 or 8249482. OLE color: 8249482.
HSL color Cylindrical-coordinate representation of color #8AE07D: hue angle of 112.12º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AE07D is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 224 | 125 | - |
| CMYK | 0.38 | 0 | 0.44 | 0.12 |
| HSL | 112.12º | 0.61% | 0.68% | - |
| HSV(B) | 112.12º | 0.44% | 0.88% | - |
| XYZ | 40.84 | 60.2 | 28.87 | - |
| YUV | 187 | 93.01 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 224 | 125 | 0.38 | 0 | 0.44 | 0.12 | 112.12 | 0.61 | 0.68 |
| Hex | 8A | E0 | 7D | 26 | 0 | 2C | C | 70 | 3D | 44 |
| Octal | 212 | 340 | 175 | 46 | 0 | 54 | 14 | 160 | 75 | 104 |
| Binary | 10001010 | 11100000 | 1111101 | 100110 | 0 | 101100 | 1100 | 1110000 | 111101 | 1000100 |
Color Harmonies of #8AE07D
Complementary color
Monochromatic Colors of #8AE07D
Black with #8AE07D
Text Example
Text Example
White with #8AE07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE07D; }
p { color: rgb(138,224,125); }
H1.HeaderClassName
{
color: #8AE07D;
}
.AnyTagClassName
{
color: #8AE07D;
}
</style>
background-color css
<style>
a { background-color: #8AE07D; }
a { background-color: rgb(138,224,125); }
div.DivClassName
{
background-color: #8AE07D;
}
.BgClassName
{
background-color: #8AE07D;
}
</style>
border-color css
<style>
span { border-color: #8AE07D; }
span { border-color: rgb(138,224,125); }
td.TdClassName
{
border-color: #8AE07D;
}
.TagClassName
{
border-color: #8AE07D;
}
</style>