Shades of Light Green #8ADE9A
Tints of Light Green #8ADE9A
RGB
CMYK
RGB Variations
Color information
#8ADE9A (or 0x8ADE9A) is known color: Light Green. HEX triplet: 8A, DE and 9A. RGB value is (138,222,154). Sum of RGB (Red+Green+Blue) = 138+222+154=514 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.85% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADE9A is #752165. Grayscale: #BDBDBD. Windows color (decimal): -7676262 or 10149514. OLE color: 10149514.
HSL color Cylindrical-coordinate representation of color #8ADE9A: hue angle of 131.43º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADE9A is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 154 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.13 |
| HSL | 131.43º | 0.56% | 0.71% | - |
| HSV(B) | 131.43º | 0.38% | 0.87% | - |
| XYZ | 42.44 | 59.98 | 39.91 | - |
| YUV | 189.13 | 108.17 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 154 | 0.38 | 0 | 0.31 | 0.13 | 131.43 | 0.56 | 0.71 |
| Hex | 8A | DE | 9A | 26 | 0 | 1F | D | 83 | 38 | 47 |
| Octal | 212 | 336 | 232 | 46 | 0 | 37 | 15 | 203 | 70 | 107 |
| Binary | 10001010 | 11011110 | 10011010 | 100110 | 0 | 11111 | 1101 | 10000011 | 111000 | 1000111 |
Color Harmonies of #8ADE9A
Complementary color
Monochromatic Colors of #8ADE9A
Black with #8ADE9A
Text Example
Text Example
White with #8ADE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADE9A; }
p { color: rgb(138,222,154); }
H1.HeaderClassName
{
color: #8ADE9A;
}
.AnyTagClassName
{
color: #8ADE9A;
}
</style>
background-color css
<style>
a { background-color: #8ADE9A; }
a { background-color: rgb(138,222,154); }
div.DivClassName
{
background-color: #8ADE9A;
}
.BgClassName
{
background-color: #8ADE9A;
}
</style>
border-color css
<style>
span { border-color: #8ADE9A; }
span { border-color: rgb(138,222,154); }
td.TdClassName
{
border-color: #8ADE9A;
}
.TagClassName
{
border-color: #8ADE9A;
}
</style>