Shades of Light Green #8AEEA1
Tints of Light Green #8AEEA1
RGB
CMYK
RGB Variations
Color information
#8AEEA1 (or 0x8AEEA1) is known color: Light Green. HEX triplet: 8A, EE and A1. RGB value is (138,238,161). Sum of RGB (Red+Green+Blue) = 138+238+161=537 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.70% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEEA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEEA1 is #75115E. Grayscale: #C7C7C7. Windows color (decimal): -7672159 or 10612362. OLE color: 10612362.
HSL color Cylindrical-coordinate representation of color #8AEEA1: hue angle of 133.8º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEEA1 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 238 | 161 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.07 |
| HSL | 133.8º | 0.75% | 0.74% | - |
| HSV(B) | 133.8º | 0.42% | 0.93% | - |
| XYZ | 47.49 | 69.13 | 44.56 | - |
| YUV | 199.32 | 106.37 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 238 | 161 | 0.42 | 0 | 0.32 | 0.07 | 133.8 | 0.75 | 0.74 |
| Hex | 8A | EE | A1 | 2A | 0 | 20 | 7 | 86 | 4B | 4A |
| Octal | 212 | 356 | 241 | 52 | 0 | 40 | 7 | 206 | 113 | 112 |
| Binary | 10001010 | 11101110 | 10100001 | 101010 | 0 | 100000 | 111 | 10000110 | 1001011 | 1001010 |
Color Harmonies of #8AEEA1
Complementary color
Monochromatic Colors of #8AEEA1
Black with #8AEEA1
Text Example
Text Example
White with #8AEEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEEA1; }
p { color: rgb(138,238,161); }
H1.HeaderClassName
{
color: #8AEEA1;
}
.AnyTagClassName
{
color: #8AEEA1;
}
</style>
background-color css
<style>
a { background-color: #8AEEA1; }
a { background-color: rgb(138,238,161); }
div.DivClassName
{
background-color: #8AEEA1;
}
.BgClassName
{
background-color: #8AEEA1;
}
</style>
border-color css
<style>
span { border-color: #8AEEA1; }
span { border-color: rgb(138,238,161); }
td.TdClassName
{
border-color: #8AEEA1;
}
.TagClassName
{
border-color: #8AEEA1;
}
</style>