Shades of Light Green #8ADE86
Tints of Light Green #8ADE86
RGB
CMYK
RGB Variations
Color information
#8ADE86 (or 0x8ADE86) is known color: Light Green. HEX triplet: 8A, DE and 86. RGB value is (138,222,134). Sum of RGB (Red+Green+Blue) = 138+222+134=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADE86 is #752179. Grayscale: #BBBBBB. Windows color (decimal): -7676282 or 8838794. OLE color: 8838794.
HSL color Cylindrical-coordinate representation of color #8ADE86: hue angle of 117.27º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ADE86 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 134 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.13 |
| HSL | 117.27º | 0.57% | 0.7% | - |
| HSV(B) | 117.27º | 0.4% | 0.87% | - |
| XYZ | 40.91 | 59.37 | 31.86 | - |
| YUV | 186.85 | 98.17 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 134 | 0.38 | 0 | 0.40 | 0.13 | 117.27 | 0.57 | 0.7 |
| Hex | 8A | DE | 86 | 26 | 0 | 28 | D | 75 | 39 | 46 |
| Octal | 212 | 336 | 206 | 46 | 0 | 50 | 15 | 165 | 71 | 106 |
| Binary | 10001010 | 11011110 | 10000110 | 100110 | 0 | 101000 | 1101 | 1110101 | 111001 | 1000110 |
Color Harmonies of #8ADE86
Complementary color
Monochromatic Colors of #8ADE86
Black with #8ADE86
Text Example
Text Example
White with #8ADE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADE86; }
p { color: rgb(138,222,134); }
H1.HeaderClassName
{
color: #8ADE86;
}
.AnyTagClassName
{
color: #8ADE86;
}
</style>
background-color css
<style>
a { background-color: #8ADE86; }
a { background-color: rgb(138,222,134); }
div.DivClassName
{
background-color: #8ADE86;
}
.BgClassName
{
background-color: #8ADE86;
}
</style>
border-color css
<style>
span { border-color: #8ADE86; }
span { border-color: rgb(138,222,134); }
td.TdClassName
{
border-color: #8ADE86;
}
.TagClassName
{
border-color: #8ADE86;
}
</style>