Shades of Light Green #8ADD8B
Tints of Light Green #8ADD8B
RGB
CMYK
RGB Variations
Color information
#8ADD8B (or 0x8ADD8B) is known color: Light Green. HEX triplet: 8A, DD and 8B. RGB value is (138,221,139). Sum of RGB (Red+Green+Blue) = 138+221+139=498 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.71% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADD8B is #752274. Grayscale: #BBBBBB. Windows color (decimal): -7676533 or 9166218. OLE color: 9166218.
HSL color Cylindrical-coordinate representation of color #8ADD8B: hue angle of 120.72º 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 #8ADD8B is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 139 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.13 |
| HSL | 120.72º | 0.55% | 0.7% | - |
| HSV(B) | 120.72º | 0.38% | 0.87% | - |
| XYZ | 41 | 58.98 | 33.65 | - |
| YUV | 186.84 | 101 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 139 | 0.38 | 0 | 0.37 | 0.13 | 120.72 | 0.55 | 0.7 |
| Hex | 8A | DD | 8B | 26 | 0 | 25 | D | 79 | 37 | 46 |
| Octal | 212 | 335 | 213 | 46 | 0 | 45 | 15 | 171 | 67 | 106 |
| Binary | 10001010 | 11011101 | 10001011 | 100110 | 0 | 100101 | 1101 | 1111001 | 110111 | 1000110 |
Color Harmonies of #8ADD8B
Complementary color
Monochromatic Colors of #8ADD8B
Black with #8ADD8B
Text Example
Text Example
White with #8ADD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADD8B; }
p { color: rgb(138,221,139); }
H1.HeaderClassName
{
color: #8ADD8B;
}
.AnyTagClassName
{
color: #8ADD8B;
}
</style>
background-color css
<style>
a { background-color: #8ADD8B; }
a { background-color: rgb(138,221,139); }
div.DivClassName
{
background-color: #8ADD8B;
}
.BgClassName
{
background-color: #8ADD8B;
}
</style>
border-color css
<style>
span { border-color: #8ADD8B; }
span { border-color: rgb(138,221,139); }
td.TdClassName
{
border-color: #8ADD8B;
}
.TagClassName
{
border-color: #8ADD8B;
}
</style>