Shades of Light Green #8ADD90
Tints of Light Green #8ADD90
RGB
CMYK
RGB Variations
Color information
#8ADD90 (or 0x8ADD90) is known color: Light Green. HEX triplet: 8A, DD and 90. RGB value is (138,221,144). Sum of RGB (Red+Green+Blue) = 138+221+144=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADD90 is #75226F. Grayscale: #BBBBBB. Windows color (decimal): -7676528 or 9493898. OLE color: 9493898.
HSL color Cylindrical-coordinate representation of color #8ADD90: hue angle of 124.34º 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 #8ADD90 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 144 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.13 |
| HSL | 124.34º | 0.55% | 0.7% | - |
| HSV(B) | 124.34º | 0.38% | 0.87% | - |
| XYZ | 41.37 | 59.13 | 35.62 | - |
| YUV | 187.41 | 103.5 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 144 | 0.38 | 0 | 0.35 | 0.13 | 124.34 | 0.55 | 0.7 |
| Hex | 8A | DD | 90 | 26 | 0 | 23 | D | 7C | 37 | 46 |
| Octal | 212 | 335 | 220 | 46 | 0 | 43 | 15 | 174 | 67 | 106 |
| Binary | 10001010 | 11011101 | 10010000 | 100110 | 0 | 100011 | 1101 | 1111100 | 110111 | 1000110 |
Color Harmonies of #8ADD90
Complementary color
Monochromatic Colors of #8ADD90
Black with #8ADD90
Text Example
Text Example
White with #8ADD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADD90; }
p { color: rgb(138,221,144); }
H1.HeaderClassName
{
color: #8ADD90;
}
.AnyTagClassName
{
color: #8ADD90;
}
</style>
background-color css
<style>
a { background-color: #8ADD90; }
a { background-color: rgb(138,221,144); }
div.DivClassName
{
background-color: #8ADD90;
}
.BgClassName
{
background-color: #8ADD90;
}
</style>
border-color css
<style>
span { border-color: #8ADD90; }
span { border-color: rgb(138,221,144); }
td.TdClassName
{
border-color: #8ADD90;
}
.TagClassName
{
border-color: #8ADD90;
}
</style>