Shades of Light Green #8AEE8A
Tints of Light Green #8AEE8A
RGB
CMYK
RGB Variations
Color information
#8AEE8A (or 0x8AEE8A) is known color: Light Green. HEX triplet: 8A, EE and 8A. RGB value is (138,238,138). Sum of RGB (Red+Green+Blue) = 138+238+138=514 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.85% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEE8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEE8A is #751175. Grayscale: #C5C5C5. Windows color (decimal): -7672182 or 9105034. OLE color: 9105034.
HSL color Cylindrical-coordinate representation of color #8AEE8A: hue angle of 120º 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 #8AEE8A is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 238 | 138 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.07 |
| HSL | 120º | 0.75% | 0.74% | - |
| HSV(B) | 120º | 0.42% | 0.93% | - |
| XYZ | 45.64 | 68.39 | 34.84 | - |
| YUV | 196.7 | 94.87 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 238 | 138 | 0.42 | 0 | 0.42 | 0.07 | 120 | 0.75 | 0.74 |
| Hex | 8A | EE | 8A | 2A | 0 | 2A | 7 | 78 | 4B | 4A |
| Octal | 212 | 356 | 212 | 52 | 0 | 52 | 7 | 170 | 113 | 112 |
| Binary | 10001010 | 11101110 | 10001010 | 101010 | 0 | 101010 | 111 | 1111000 | 1001011 | 1001010 |
Color Harmonies of #8AEE8A
Complementary color
Monochromatic Colors of #8AEE8A
Black with #8AEE8A
Text Example
Text Example
White with #8AEE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEE8A; }
p { color: rgb(138,238,138); }
H1.HeaderClassName
{
color: #8AEE8A;
}
.AnyTagClassName
{
color: #8AEE8A;
}
</style>
background-color css
<style>
a { background-color: #8AEE8A; }
a { background-color: rgb(138,238,138); }
div.DivClassName
{
background-color: #8AEE8A;
}
.BgClassName
{
background-color: #8AEE8A;
}
</style>
border-color css
<style>
span { border-color: #8AEE8A; }
span { border-color: rgb(138,238,138); }
td.TdClassName
{
border-color: #8AEE8A;
}
.TagClassName
{
border-color: #8AEE8A;
}
</style>