Shades of Light Green #8AEE94
Tints of Light Green #8AEE94
RGB
CMYK
RGB Variations
Color information
#8AEE94 (or 0x8AEE94) is known color: Light Green. HEX triplet: 8A, EE and 94. RGB value is (138,238,148). Sum of RGB (Red+Green+Blue) = 138+238+148=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 238 (93.36% from 255 or 45.42% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEE94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEE94 is #75116B. Grayscale: #C6C6C6. Windows color (decimal): -7672172 or 9760394. OLE color: 9760394.
HSL color Cylindrical-coordinate representation of color #8AEE94: hue angle of 126º 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 #8AEE94 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 238 | 148 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.07 |
| HSL | 126º | 0.75% | 0.74% | - |
| HSV(B) | 126º | 0.42% | 0.93% | - |
| XYZ | 46.4 | 68.69 | 38.83 | - |
| YUV | 197.84 | 99.87 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 238 | 148 | 0.42 | 0 | 0.38 | 0.07 | 126 | 0.75 | 0.74 |
| Hex | 8A | EE | 94 | 2A | 0 | 26 | 7 | 7E | 4B | 4A |
| Octal | 212 | 356 | 224 | 52 | 0 | 46 | 7 | 176 | 113 | 112 |
| Binary | 10001010 | 11101110 | 10010100 | 101010 | 0 | 100110 | 111 | 1111110 | 1001011 | 1001010 |
Color Harmonies of #8AEE94
Complementary color
Monochromatic Colors of #8AEE94
Black with #8AEE94
Text Example
Text Example
White with #8AEE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEE94; }
p { color: rgb(138,238,148); }
H1.HeaderClassName
{
color: #8AEE94;
}
.AnyTagClassName
{
color: #8AEE94;
}
</style>
background-color css
<style>
a { background-color: #8AEE94; }
a { background-color: rgb(138,238,148); }
div.DivClassName
{
background-color: #8AEE94;
}
.BgClassName
{
background-color: #8AEE94;
}
</style>
border-color css
<style>
span { border-color: #8AEE94; }
span { border-color: rgb(138,238,148); }
td.TdClassName
{
border-color: #8AEE94;
}
.TagClassName
{
border-color: #8AEE94;
}
</style>