Shades of Pastel Green #8ADE7A
Tints of Pastel Green #8ADE7A
RGB
CMYK
RGB Variations
Color information
#8ADE7A (or 0x8ADE7A) is known color: Pastel Green. HEX triplet: 8A, DE and 7A. RGB value is (138,222,122). Sum of RGB (Red+Green+Blue) = 138+222+122=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADE7A is #752185. Grayscale: #B9B9B9. Windows color (decimal): -7676294 or 8052362. OLE color: 8052362.
HSL color Cylindrical-coordinate representation of color #8ADE7A: hue angle of 110.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8ADE7A is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 122 | - |
| CMYK | 0.38 | 0 | 0.45 | 0.13 |
| HSL | 110.4º | 0.6% | 0.67% | - |
| HSV(B) | 110.4º | 0.45% | 0.87% | - |
| XYZ | 40.12 | 59.05 | 27.7 | - |
| YUV | 185.48 | 92.17 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 122 | 0.38 | 0 | 0.45 | 0.13 | 110.4 | 0.6 | 0.67 |
| Hex | 8A | DE | 7A | 26 | 0 | 2D | D | 6E | 3C | 43 |
| Octal | 212 | 336 | 172 | 46 | 0 | 55 | 15 | 156 | 74 | 103 |
| Binary | 10001010 | 11011110 | 1111010 | 100110 | 0 | 101101 | 1101 | 1101110 | 111100 | 1000011 |
Color Harmonies of #8ADE7A
Complementary color
Monochromatic Colors of #8ADE7A
Black with #8ADE7A
Text Example
Text Example
White with #8ADE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADE7A; }
p { color: rgb(138,222,122); }
H1.HeaderClassName
{
color: #8ADE7A;
}
.AnyTagClassName
{
color: #8ADE7A;
}
</style>
background-color css
<style>
a { background-color: #8ADE7A; }
a { background-color: rgb(138,222,122); }
div.DivClassName
{
background-color: #8ADE7A;
}
.BgClassName
{
background-color: #8ADE7A;
}
</style>
border-color css
<style>
span { border-color: #8ADE7A; }
span { border-color: rgb(138,222,122); }
td.TdClassName
{
border-color: #8ADE7A;
}
.TagClassName
{
border-color: #8ADE7A;
}
</style>