Shades of Pastel Green #8ADD7E
Tints of Pastel Green #8ADD7E
RGB
CMYK
RGB Variations
Color information
#8ADD7E (or 0x8ADD7E) is known color: Pastel Green. HEX triplet: 8A, DD and 7E. RGB value is (138,221,126). Sum of RGB (Red+Green+Blue) = 138+221+126=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADD7E is #752281. Grayscale: #B9B9B9. Windows color (decimal): -7676546 or 8314250. OLE color: 8314250.
HSL color Cylindrical-coordinate representation of color #8ADD7E: hue angle of 112.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ADD7E is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 126 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.13 |
| HSL | 112.42º | 0.58% | 0.68% | - |
| HSV(B) | 112.42º | 0.43% | 0.87% | - |
| XYZ | 40.1 | 58.62 | 28.94 | - |
| YUV | 185.35 | 94.5 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 126 | 0.38 | 0 | 0.43 | 0.13 | 112.42 | 0.58 | 0.68 |
| Hex | 8A | DD | 7E | 26 | 0 | 2B | D | 70 | 3A | 44 |
| Octal | 212 | 335 | 176 | 46 | 0 | 53 | 15 | 160 | 72 | 104 |
| Binary | 10001010 | 11011101 | 1111110 | 100110 | 0 | 101011 | 1101 | 1110000 | 111010 | 1000100 |
Color Harmonies of #8ADD7E
Complementary color
Monochromatic Colors of #8ADD7E
Black with #8ADD7E
Text Example
Text Example
White with #8ADD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADD7E; }
p { color: rgb(138,221,126); }
H1.HeaderClassName
{
color: #8ADD7E;
}
.AnyTagClassName
{
color: #8ADD7E;
}
</style>
background-color css
<style>
a { background-color: #8ADD7E; }
a { background-color: rgb(138,221,126); }
div.DivClassName
{
background-color: #8ADD7E;
}
.BgClassName
{
background-color: #8ADD7E;
}
</style>
border-color css
<style>
span { border-color: #8ADD7E; }
span { border-color: rgb(138,221,126); }
td.TdClassName
{
border-color: #8ADD7E;
}
.TagClassName
{
border-color: #8ADD7E;
}
</style>