Shades of Light Green #8ADB96
Tints of Light Green #8ADB96
RGB
CMYK
RGB Variations
Color information
#8ADB96 (or 0x8ADB96) is known color: Light Green. HEX triplet: 8A, DB and 96. RGB value is (138,219,150). Sum of RGB (Red+Green+Blue) = 138+219+150=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADB96 is #752469. Grayscale: #BBBBBB. Windows color (decimal): -7677034 or 9886602. OLE color: 9886602.
HSL color Cylindrical-coordinate representation of color #8ADB96: hue angle of 128.89º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADB96 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 150 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.14 |
| HSL | 128.89º | 0.53% | 0.7% | - |
| HSV(B) | 128.89º | 0.37% | 0.86% | - |
| XYZ | 41.32 | 58.27 | 37.92 | - |
| YUV | 186.92 | 107.16 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 150 | 0.37 | 0 | 0.32 | 0.14 | 128.89 | 0.53 | 0.7 |
| Hex | 8A | DB | 96 | 25 | 0 | 20 | E | 81 | 35 | 46 |
| Octal | 212 | 333 | 226 | 45 | 0 | 40 | 16 | 201 | 65 | 106 |
| Binary | 10001010 | 11011011 | 10010110 | 100101 | 0 | 100000 | 1110 | 10000001 | 110101 | 1000110 |
Color Harmonies of #8ADB96
Complementary color
Monochromatic Colors of #8ADB96
Black with #8ADB96
Text Example
Text Example
White with #8ADB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADB96; }
p { color: rgb(138,219,150); }
H1.HeaderClassName
{
color: #8ADB96;
}
.AnyTagClassName
{
color: #8ADB96;
}
</style>
background-color css
<style>
a { background-color: #8ADB96; }
a { background-color: rgb(138,219,150); }
div.DivClassName
{
background-color: #8ADB96;
}
.BgClassName
{
background-color: #8ADB96;
}
</style>
border-color css
<style>
span { border-color: #8ADB96; }
span { border-color: rgb(138,219,150); }
td.TdClassName
{
border-color: #8ADB96;
}
.TagClassName
{
border-color: #8ADB96;
}
</style>