Shades of Pastel Green #8ADD80
Tints of Pastel Green #8ADD80
RGB
CMYK
RGB Variations
Color information
#8ADD80 (or 0x8ADD80) is known color: Pastel Green. HEX triplet: 8A, DD and 80. RGB value is (138,221,128). Sum of RGB (Red+Green+Blue) = 138+221+128=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADD80 is #75227F. Grayscale: #B9B9B9. Windows color (decimal): -7676544 or 8445322. OLE color: 8445322.
HSL color Cylindrical-coordinate representation of color #8ADD80: hue angle of 113.55º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ADD80 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 128 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.13 |
| HSL | 113.55º | 0.58% | 0.68% | - |
| HSV(B) | 113.55º | 0.42% | 0.87% | - |
| XYZ | 40.23 | 58.67 | 29.63 | - |
| YUV | 185.58 | 95.5 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 128 | 0.38 | 0 | 0.42 | 0.13 | 113.55 | 0.58 | 0.68 |
| Hex | 8A | DD | 80 | 26 | 0 | 2A | D | 72 | 3A | 44 |
| Octal | 212 | 335 | 200 | 46 | 0 | 52 | 15 | 162 | 72 | 104 |
| Binary | 10001010 | 11011101 | 10000000 | 100110 | 0 | 101010 | 1101 | 1110010 | 111010 | 1000100 |
Color Harmonies of #8ADD80
Complementary color
Monochromatic Colors of #8ADD80
Black with #8ADD80
Text Example
Text Example
White with #8ADD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADD80; }
p { color: rgb(138,221,128); }
H1.HeaderClassName
{
color: #8ADD80;
}
.AnyTagClassName
{
color: #8ADD80;
}
</style>
background-color css
<style>
a { background-color: #8ADD80; }
a { background-color: rgb(138,221,128); }
div.DivClassName
{
background-color: #8ADD80;
}
.BgClassName
{
background-color: #8ADD80;
}
</style>
border-color css
<style>
span { border-color: #8ADD80; }
span { border-color: rgb(138,221,128); }
td.TdClassName
{
border-color: #8ADD80;
}
.TagClassName
{
border-color: #8ADD80;
}
</style>