Shades of Pastel Green #8ADC7E
Tints of Pastel Green #8ADC7E
RGB
CMYK
RGB Variations
Color information
#8ADC7E (or 0x8ADC7E) is known color: Pastel Green. HEX triplet: 8A, DC and 7E. RGB value is (138,220,126). Sum of RGB (Red+Green+Blue) = 138+220+126=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADC7E is #752381. Grayscale: #B9B9B9. Windows color (decimal): -7676802 or 8313994. OLE color: 8313994.
HSL color Cylindrical-coordinate representation of color #8ADC7E: hue angle of 112.34º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ADC7E is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 126 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.14 |
| HSL | 112.34º | 0.57% | 0.68% | - |
| HSV(B) | 112.34º | 0.43% | 0.86% | - |
| XYZ | 39.84 | 58.1 | 28.85 | - |
| YUV | 184.77 | 94.83 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 126 | 0.37 | 0 | 0.43 | 0.14 | 112.34 | 0.57 | 0.68 |
| Hex | 8A | DC | 7E | 25 | 0 | 2B | E | 70 | 39 | 44 |
| Octal | 212 | 334 | 176 | 45 | 0 | 53 | 16 | 160 | 71 | 104 |
| Binary | 10001010 | 11011100 | 1111110 | 100101 | 0 | 101011 | 1110 | 1110000 | 111001 | 1000100 |
Color Harmonies of #8ADC7E
Complementary color
Monochromatic Colors of #8ADC7E
Black with #8ADC7E
Text Example
Text Example
White with #8ADC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADC7E; }
p { color: rgb(138,220,126); }
H1.HeaderClassName
{
color: #8ADC7E;
}
.AnyTagClassName
{
color: #8ADC7E;
}
</style>
background-color css
<style>
a { background-color: #8ADC7E; }
a { background-color: rgb(138,220,126); }
div.DivClassName
{
background-color: #8ADC7E;
}
.BgClassName
{
background-color: #8ADC7E;
}
</style>
border-color css
<style>
span { border-color: #8ADC7E; }
span { border-color: rgb(138,220,126); }
td.TdClassName
{
border-color: #8ADC7E;
}
.TagClassName
{
border-color: #8ADC7E;
}
</style>