Shades of Light Green #8ADD97
Tints of Light Green #8ADD97
RGB
CMYK
RGB Variations
Color information
#8ADD97 (or 0x8ADD97) is known color: Light Green. HEX triplet: 8A, DD and 97. RGB value is (138,221,151). Sum of RGB (Red+Green+Blue) = 138+221+151=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADD97 is #752268. Grayscale: #BCBCBC. Windows color (decimal): -7676521 or 9952650. OLE color: 9952650.
HSL color Cylindrical-coordinate representation of color #8ADD97: hue angle of 129.4º 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 #8ADD97 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 151 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.13 |
| HSL | 129.4º | 0.55% | 0.7% | - |
| HSV(B) | 129.4º | 0.38% | 0.87% | - |
| XYZ | 41.92 | 59.35 | 38.52 | - |
| YUV | 188.2 | 107 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 151 | 0.38 | 0 | 0.32 | 0.13 | 129.4 | 0.55 | 0.7 |
| Hex | 8A | DD | 97 | 26 | 0 | 20 | D | 81 | 37 | 46 |
| Octal | 212 | 335 | 227 | 46 | 0 | 40 | 15 | 201 | 67 | 106 |
| Binary | 10001010 | 11011101 | 10010111 | 100110 | 0 | 100000 | 1101 | 10000001 | 110111 | 1000110 |
Color Harmonies of #8ADD97
Complementary color
Monochromatic Colors of #8ADD97
Black with #8ADD97
Text Example
Text Example
White with #8ADD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADD97; }
p { color: rgb(138,221,151); }
H1.HeaderClassName
{
color: #8ADD97;
}
.AnyTagClassName
{
color: #8ADD97;
}
</style>
background-color css
<style>
a { background-color: #8ADD97; }
a { background-color: rgb(138,221,151); }
div.DivClassName
{
background-color: #8ADD97;
}
.BgClassName
{
background-color: #8ADD97;
}
</style>
border-color css
<style>
span { border-color: #8ADD97; }
span { border-color: rgb(138,221,151); }
td.TdClassName
{
border-color: #8ADD97;
}
.TagClassName
{
border-color: #8ADD97;
}
</style>