Shades of Pastel Green #8ADE6A
Tints of Pastel Green #8ADE6A
RGB
CMYK
RGB Variations
Color information
#8ADE6A (or 0x8ADE6A) is known color: Pastel Green. HEX triplet: 8A, DE and 6A. RGB value is (138,222,106). Sum of RGB (Red+Green+Blue) = 138+222+106=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADE6A is #752195. Grayscale: #B8B8B8. Windows color (decimal): -7676310 or 7003786. OLE color: 7003786.
HSL color Cylindrical-coordinate representation of color #8ADE6A: hue angle of 103.45º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8ADE6A is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 106 | - |
| CMYK | 0.38 | 0 | 0.52 | 0.13 |
| HSL | 103.45º | 0.64% | 0.64% | - |
| HSV(B) | 103.45º | 0.52% | 0.87% | - |
| XYZ | 39.2 | 58.69 | 22.9 | - |
| YUV | 183.66 | 84.17 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 106 | 0.38 | 0 | 0.52 | 0.13 | 103.45 | 0.64 | 0.64 |
| Hex | 8A | DE | 6A | 26 | 0 | 34 | D | 67 | 40 | 40 |
| Octal | 212 | 336 | 152 | 46 | 0 | 64 | 15 | 147 | 100 | 100 |
| Binary | 10001010 | 11011110 | 1101010 | 100110 | 0 | 110100 | 1101 | 1100111 | 1000000 | 1000000 |
Color Harmonies of #8ADE6A
Complementary color
Monochromatic Colors of #8ADE6A
Black with #8ADE6A
Text Example
Text Example
White with #8ADE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADE6A; }
p { color: rgb(138,222,106); }
H1.HeaderClassName
{
color: #8ADE6A;
}
.AnyTagClassName
{
color: #8ADE6A;
}
</style>
background-color css
<style>
a { background-color: #8ADE6A; }
a { background-color: rgb(138,222,106); }
div.DivClassName
{
background-color: #8ADE6A;
}
.BgClassName
{
background-color: #8ADE6A;
}
</style>
border-color css
<style>
span { border-color: #8ADE6A; }
span { border-color: rgb(138,222,106); }
td.TdClassName
{
border-color: #8ADE6A;
}
.TagClassName
{
border-color: #8ADE6A;
}
</style>