Shades of Pastel Green #8ADA7E
Tints of Pastel Green #8ADA7E
RGB
CMYK
RGB Variations
Color information
#8ADA7E (or 0x8ADA7E) is known color: Pastel Green. HEX triplet: 8A, DA and 7E. RGB value is (138,218,126). Sum of RGB (Red+Green+Blue) = 138+218+126=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADA7E is #752581. Grayscale: #B7B7B7. Windows color (decimal): -7677314 or 8313482. OLE color: 8313482.
HSL color Cylindrical-coordinate representation of color #8ADA7E: hue angle of 112.17º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ADA7E is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 218 | 126 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.15 |
| HSL | 112.17º | 0.55% | 0.67% | - |
| HSV(B) | 112.17º | 0.42% | 0.85% | - |
| XYZ | 39.32 | 57.05 | 28.68 | - |
| YUV | 183.59 | 95.5 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 218 | 126 | 0.37 | 0 | 0.42 | 0.15 | 112.17 | 0.55 | 0.67 |
| Hex | 8A | DA | 7E | 25 | 0 | 2A | F | 70 | 37 | 43 |
| Octal | 212 | 332 | 176 | 45 | 0 | 52 | 17 | 160 | 67 | 103 |
| Binary | 10001010 | 11011010 | 1111110 | 100101 | 0 | 101010 | 1111 | 1110000 | 110111 | 1000011 |
Color Harmonies of #8ADA7E
Complementary color
Monochromatic Colors of #8ADA7E
Black with #8ADA7E
Text Example
Text Example
White with #8ADA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADA7E; }
p { color: rgb(138,218,126); }
H1.HeaderClassName
{
color: #8ADA7E;
}
.AnyTagClassName
{
color: #8ADA7E;
}
</style>
background-color css
<style>
a { background-color: #8ADA7E; }
a { background-color: rgb(138,218,126); }
div.DivClassName
{
background-color: #8ADA7E;
}
.BgClassName
{
background-color: #8ADA7E;
}
</style>
border-color css
<style>
span { border-color: #8ADA7E; }
span { border-color: rgb(138,218,126); }
td.TdClassName
{
border-color: #8ADA7E;
}
.TagClassName
{
border-color: #8ADA7E;
}
</style>