Shades of Light Green #8ADD91
Tints of Light Green #8ADD91
RGB
CMYK
RGB Variations
Color information
#8ADD91 (or 0x8ADD91) is known color: Light Green. HEX triplet: 8A, DD and 91. RGB value is (138,221,145). Sum of RGB (Red+Green+Blue) = 138+221+145=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADD91 is #75226E. Grayscale: #BBBBBB. Windows color (decimal): -7676527 or 9559434. OLE color: 9559434.
HSL color Cylindrical-coordinate representation of color #8ADD91: hue angle of 125.06º 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 #8ADD91 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 145 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.13 |
| HSL | 125.06º | 0.55% | 0.7% | - |
| HSV(B) | 125.06º | 0.38% | 0.87% | - |
| XYZ | 41.45 | 59.16 | 36.02 | - |
| YUV | 187.52 | 104 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 145 | 0.38 | 0 | 0.34 | 0.13 | 125.06 | 0.55 | 0.7 |
| Hex | 8A | DD | 91 | 26 | 0 | 22 | D | 7D | 37 | 46 |
| Octal | 212 | 335 | 221 | 46 | 0 | 42 | 15 | 175 | 67 | 106 |
| Binary | 10001010 | 11011101 | 10010001 | 100110 | 0 | 100010 | 1101 | 1111101 | 110111 | 1000110 |
Color Harmonies of #8ADD91
Complementary color
Monochromatic Colors of #8ADD91
Black with #8ADD91
Text Example
Text Example
White with #8ADD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADD91; }
p { color: rgb(138,221,145); }
H1.HeaderClassName
{
color: #8ADD91;
}
.AnyTagClassName
{
color: #8ADD91;
}
</style>
background-color css
<style>
a { background-color: #8ADD91; }
a { background-color: rgb(138,221,145); }
div.DivClassName
{
background-color: #8ADD91;
}
.BgClassName
{
background-color: #8ADD91;
}
</style>
border-color css
<style>
span { border-color: #8ADD91; }
span { border-color: rgb(138,221,145); }
td.TdClassName
{
border-color: #8ADD91;
}
.TagClassName
{
border-color: #8ADD91;
}
</style>