Shades of Pastel Green #8ADC80
Tints of Pastel Green #8ADC80
RGB
CMYK
RGB Variations
Color information
#8ADC80 (or 0x8ADC80) is known color: Pastel Green. HEX triplet: 8A, DC and 80. RGB value is (138,220,128). Sum of RGB (Red+Green+Blue) = 138+220+128=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADC80 is #75237F. Grayscale: #B9B9B9. Windows color (decimal): -7676800 or 8445066. OLE color: 8445066.
HSL color Cylindrical-coordinate representation of color #8ADC80: hue angle of 113.48º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ADC80 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 128 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.14 |
| HSL | 113.48º | 0.57% | 0.68% | - |
| HSV(B) | 113.48º | 0.42% | 0.86% | - |
| XYZ | 39.97 | 58.15 | 29.54 | - |
| YUV | 184.99 | 95.83 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 128 | 0.37 | 0 | 0.42 | 0.14 | 113.48 | 0.57 | 0.68 |
| Hex | 8A | DC | 80 | 25 | 0 | 2A | E | 71 | 39 | 44 |
| Octal | 212 | 334 | 200 | 45 | 0 | 52 | 16 | 161 | 71 | 104 |
| Binary | 10001010 | 11011100 | 10000000 | 100101 | 0 | 101010 | 1110 | 1110001 | 111001 | 1000100 |
Color Harmonies of #8ADC80
Complementary color
Monochromatic Colors of #8ADC80
Black with #8ADC80
Text Example
Text Example
White with #8ADC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADC80; }
p { color: rgb(138,220,128); }
H1.HeaderClassName
{
color: #8ADC80;
}
.AnyTagClassName
{
color: #8ADC80;
}
</style>
background-color css
<style>
a { background-color: #8ADC80; }
a { background-color: rgb(138,220,128); }
div.DivClassName
{
background-color: #8ADC80;
}
.BgClassName
{
background-color: #8ADC80;
}
</style>
border-color css
<style>
span { border-color: #8ADC80; }
span { border-color: rgb(138,220,128); }
td.TdClassName
{
border-color: #8ADC80;
}
.TagClassName
{
border-color: #8ADC80;
}
</style>