Shades of Light Green #8ADE85
Tints of Light Green #8ADE85
RGB
CMYK
RGB Variations
Color information
#8ADE85 (or 0x8ADE85) is known color: Light Green. HEX triplet: 8A, DE and 85. RGB value is (138,222,133). Sum of RGB (Red+Green+Blue) = 138+222+133=493 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.99% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADE85 is #75217A. Grayscale: #BBBBBB. Windows color (decimal): -7676283 or 8773258. OLE color: 8773258.
HSL color Cylindrical-coordinate representation of color #8ADE85: hue angle of 116.63º 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 #8ADE85 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 133 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.13 |
| HSL | 116.63º | 0.57% | 0.7% | - |
| HSV(B) | 116.63º | 0.4% | 0.87% | - |
| XYZ | 40.84 | 59.34 | 31.49 | - |
| YUV | 186.74 | 97.67 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 133 | 0.38 | 0 | 0.40 | 0.13 | 116.63 | 0.57 | 0.7 |
| Hex | 8A | DE | 85 | 26 | 0 | 28 | D | 75 | 39 | 46 |
| Octal | 212 | 336 | 205 | 46 | 0 | 50 | 15 | 165 | 71 | 106 |
| Binary | 10001010 | 11011110 | 10000101 | 100110 | 0 | 101000 | 1101 | 1110101 | 111001 | 1000110 |
Color Harmonies of #8ADE85
Complementary color
Monochromatic Colors of #8ADE85
Black with #8ADE85
Text Example
Text Example
White with #8ADE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADE85; }
p { color: rgb(138,222,133); }
H1.HeaderClassName
{
color: #8ADE85;
}
.AnyTagClassName
{
color: #8ADE85;
}
</style>
background-color css
<style>
a { background-color: #8ADE85; }
a { background-color: rgb(138,222,133); }
div.DivClassName
{
background-color: #8ADE85;
}
.BgClassName
{
background-color: #8ADE85;
}
</style>
border-color css
<style>
span { border-color: #8ADE85; }
span { border-color: rgb(138,222,133); }
td.TdClassName
{
border-color: #8ADE85;
}
.TagClassName
{
border-color: #8ADE85;
}
</style>