Shades of Pastel Green #8AE37A
Tints of Pastel Green #8AE37A
RGB
CMYK
RGB Variations
Color information
#8AE37A (or 0x8AE37A) is known color: Pastel Green. HEX triplet: 8A, E3 and 7A. RGB value is (138,227,122). Sum of RGB (Red+Green+Blue) = 138+227+122=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 227 (89.06% from 255 or 46.61% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 227 - color contains mainly: green. Hex color #8AE37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AE37A is #751C85. Grayscale: #BCBCBC. Windows color (decimal): -7675014 or 8053642. OLE color: 8053642.
HSL color Cylindrical-coordinate representation of color #8AE37A: hue angle of 110.86º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AE37A is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 138 | 227 | 122 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.11 |
| HSL | 110.86º | 0.65% | 0.68% | - |
| HSV(B) | 110.86º | 0.46% | 0.89% | - |
| XYZ | 41.46 | 61.75 | 28.15 | - |
| YUV | 188.42 | 90.51 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 227 | 122 | 0.39 | 0 | 0.46 | 0.11 | 110.86 | 0.65 | 0.68 |
| Hex | 8A | E3 | 7A | 27 | 0 | 2E | B | 6F | 41 | 44 |
| Octal | 212 | 343 | 172 | 47 | 0 | 56 | 13 | 157 | 101 | 104 |
| Binary | 10001010 | 11100011 | 1111010 | 100111 | 0 | 101110 | 1011 | 1101111 | 1000001 | 1000100 |
Color Harmonies of #8AE37A
Complementary color
Monochromatic Colors of #8AE37A
Black with #8AE37A
Text Example
Text Example
White with #8AE37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE37A; }
p { color: rgb(138,227,122); }
H1.HeaderClassName
{
color: #8AE37A;
}
.AnyTagClassName
{
color: #8AE37A;
}
</style>
background-color css
<style>
a { background-color: #8AE37A; }
a { background-color: rgb(138,227,122); }
div.DivClassName
{
background-color: #8AE37A;
}
.BgClassName
{
background-color: #8AE37A;
}
</style>
border-color css
<style>
span { border-color: #8AE37A; }
span { border-color: rgb(138,227,122); }
td.TdClassName
{
border-color: #8AE37A;
}
.TagClassName
{
border-color: #8AE37A;
}
</style>