Shades of Light Green #8ADD96
Tints of Light Green #8ADD96
RGB
CMYK
RGB Variations
Color information
#8ADD96 (or 0x8ADD96) is known color: Light Green. HEX triplet: 8A, DD and 96. RGB value is (138,221,150). Sum of RGB (Red+Green+Blue) = 138+221+150=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADD96 is #752269. Grayscale: #BCBCBC. Windows color (decimal): -7676522 or 9887114. OLE color: 9887114.
HSL color Cylindrical-coordinate representation of color #8ADD96: hue angle of 128.67º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADD96 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 150 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.13 |
| HSL | 128.67º | 0.55% | 0.7% | - |
| HSV(B) | 128.67º | 0.38% | 0.87% | - |
| XYZ | 41.84 | 59.32 | 38.1 | - |
| YUV | 188.09 | 106.5 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 150 | 0.38 | 0 | 0.32 | 0.13 | 128.67 | 0.55 | 0.7 |
| Hex | 8A | DD | 96 | 26 | 0 | 20 | D | 81 | 37 | 46 |
| Octal | 212 | 335 | 226 | 46 | 0 | 40 | 15 | 201 | 67 | 106 |
| Binary | 10001010 | 11011101 | 10010110 | 100110 | 0 | 100000 | 1101 | 10000001 | 110111 | 1000110 |
Color Harmonies of #8ADD96
Complementary color
Monochromatic Colors of #8ADD96
Black with #8ADD96
Text Example
Text Example
White with #8ADD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADD96; }
p { color: rgb(138,221,150); }
H1.HeaderClassName
{
color: #8ADD96;
}
.AnyTagClassName
{
color: #8ADD96;
}
</style>
background-color css
<style>
a { background-color: #8ADD96; }
a { background-color: rgb(138,221,150); }
div.DivClassName
{
background-color: #8ADD96;
}
.BgClassName
{
background-color: #8ADD96;
}
</style>
border-color css
<style>
span { border-color: #8ADD96; }
span { border-color: rgb(138,221,150); }
td.TdClassName
{
border-color: #8ADD96;
}
.TagClassName
{
border-color: #8ADD96;
}
</style>