Shades of Light Green #8ADE96
Tints of Light Green #8ADE96
RGB
CMYK
RGB Variations
Color information
#8ADE96 (or 0x8ADE96) is known color: Light Green. HEX triplet: 8A, DE and 96. RGB value is (138,222,150). Sum of RGB (Red+Green+Blue) = 138+222+150=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADE96 is #752169. Grayscale: #BCBCBC. Windows color (decimal): -7676266 or 9887370. OLE color: 9887370.
HSL color Cylindrical-coordinate representation of color #8ADE96: hue angle of 128.57º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADE96 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 150 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.13 |
| HSL | 128.57º | 0.56% | 0.71% | - |
| HSV(B) | 128.57º | 0.38% | 0.87% | - |
| XYZ | 42.11 | 59.85 | 38.19 | - |
| YUV | 188.68 | 106.17 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 150 | 0.38 | 0 | 0.32 | 0.13 | 128.57 | 0.56 | 0.71 |
| Hex | 8A | DE | 96 | 26 | 0 | 20 | D | 81 | 38 | 47 |
| Octal | 212 | 336 | 226 | 46 | 0 | 40 | 15 | 201 | 70 | 107 |
| Binary | 10001010 | 11011110 | 10010110 | 100110 | 0 | 100000 | 1101 | 10000001 | 111000 | 1000111 |
Color Harmonies of #8ADE96
Complementary color
Monochromatic Colors of #8ADE96
Black with #8ADE96
Text Example
Text Example
White with #8ADE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADE96; }
p { color: rgb(138,222,150); }
H1.HeaderClassName
{
color: #8ADE96;
}
.AnyTagClassName
{
color: #8ADE96;
}
</style>
background-color css
<style>
a { background-color: #8ADE96; }
a { background-color: rgb(138,222,150); }
div.DivClassName
{
background-color: #8ADE96;
}
.BgClassName
{
background-color: #8ADE96;
}
</style>
border-color css
<style>
span { border-color: #8ADE96; }
span { border-color: rgb(138,222,150); }
td.TdClassName
{
border-color: #8ADE96;
}
.TagClassName
{
border-color: #8ADE96;
}
</style>