Shades of Pastel Green #8ADE80
Tints of Pastel Green #8ADE80
RGB
CMYK
RGB Variations
Color information
#8ADE80 (or 0x8ADE80) is known color: Pastel Green. HEX triplet: 8A, DE and 80. RGB value is (138,222,128). Sum of RGB (Red+Green+Blue) = 138+222+128=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADE80 is #75217F. Grayscale: #BABABA. Windows color (decimal): -7676288 or 8445578. OLE color: 8445578.
HSL color Cylindrical-coordinate representation of color #8ADE80: hue angle of 113.62º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ADE80 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 128 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.13 |
| HSL | 113.62º | 0.59% | 0.69% | - |
| HSV(B) | 113.62º | 0.42% | 0.87% | - |
| XYZ | 40.5 | 59.2 | 29.72 | - |
| YUV | 186.17 | 95.17 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 128 | 0.38 | 0 | 0.42 | 0.13 | 113.62 | 0.59 | 0.69 |
| Hex | 8A | DE | 80 | 26 | 0 | 2A | D | 72 | 3B | 45 |
| Octal | 212 | 336 | 200 | 46 | 0 | 52 | 15 | 162 | 73 | 105 |
| Binary | 10001010 | 11011110 | 10000000 | 100110 | 0 | 101010 | 1101 | 1110010 | 111011 | 1000101 |
Color Harmonies of #8ADE80
Complementary color
Monochromatic Colors of #8ADE80
Black with #8ADE80
Text Example
Text Example
White with #8ADE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADE80; }
p { color: rgb(138,222,128); }
H1.HeaderClassName
{
color: #8ADE80;
}
.AnyTagClassName
{
color: #8ADE80;
}
</style>
background-color css
<style>
a { background-color: #8ADE80; }
a { background-color: rgb(138,222,128); }
div.DivClassName
{
background-color: #8ADE80;
}
.BgClassName
{
background-color: #8ADE80;
}
</style>
border-color css
<style>
span { border-color: #8ADE80; }
span { border-color: rgb(138,222,128); }
td.TdClassName
{
border-color: #8ADE80;
}
.TagClassName
{
border-color: #8ADE80;
}
</style>