Shades of Pastel Green #8ADE7C
Tints of Pastel Green #8ADE7C
RGB
CMYK
RGB Variations
Color information
#8ADE7C (or 0x8ADE7C) is known color: Pastel Green. HEX triplet: 8A, DE and 7C. RGB value is (138,222,124). Sum of RGB (Red+Green+Blue) = 138+222+124=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADE7C is #752183. Grayscale: #BABABA. Windows color (decimal): -7676292 or 8183434. OLE color: 8183434.
HSL color Cylindrical-coordinate representation of color #8ADE7C: hue angle of 111.43º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ADE7C is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 124 | - |
| CMYK | 0.38 | 0 | 0.44 | 0.13 |
| HSL | 111.43º | 0.6% | 0.68% | - |
| HSV(B) | 111.43º | 0.44% | 0.87% | - |
| XYZ | 40.24 | 59.1 | 28.36 | - |
| YUV | 185.71 | 93.17 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 124 | 0.38 | 0 | 0.44 | 0.13 | 111.43 | 0.6 | 0.68 |
| Hex | 8A | DE | 7C | 26 | 0 | 2C | D | 6F | 3C | 44 |
| Octal | 212 | 336 | 174 | 46 | 0 | 54 | 15 | 157 | 74 | 104 |
| Binary | 10001010 | 11011110 | 1111100 | 100110 | 0 | 101100 | 1101 | 1101111 | 111100 | 1000100 |
Color Harmonies of #8ADE7C
Complementary color
Monochromatic Colors of #8ADE7C
Black with #8ADE7C
Text Example
Text Example
White with #8ADE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADE7C; }
p { color: rgb(138,222,124); }
H1.HeaderClassName
{
color: #8ADE7C;
}
.AnyTagClassName
{
color: #8ADE7C;
}
</style>
background-color css
<style>
a { background-color: #8ADE7C; }
a { background-color: rgb(138,222,124); }
div.DivClassName
{
background-color: #8ADE7C;
}
.BgClassName
{
background-color: #8ADE7C;
}
</style>
border-color css
<style>
span { border-color: #8ADE7C; }
span { border-color: rgb(138,222,124); }
td.TdClassName
{
border-color: #8ADE7C;
}
.TagClassName
{
border-color: #8ADE7C;
}
</style>