Shades of Light Green #8AEE9C
Tints of Light Green #8AEE9C
RGB
CMYK
RGB Variations
Color information
#8AEE9C (or 0x8AEE9C) is known color: Light Green. HEX triplet: 8A, EE and 9C. RGB value is (138,238,156). Sum of RGB (Red+Green+Blue) = 138+238+156=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 238 (93.36% from 255 or 44.74% from 532); Blue value is 156 (61.33% from 255 or 29.32% from 532); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEE9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEE9C is #751163. Grayscale: #C6C6C6. Windows color (decimal): -7672164 or 10284682. OLE color: 10284682.
HSL color Cylindrical-coordinate representation of color #8AEE9C: hue angle of 130.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 #8AEE9C is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 238 | 156 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.07 |
| HSL | 130.8º | 0.75% | 0.74% | - |
| HSV(B) | 130.8º | 0.42% | 0.93% | - |
| XYZ | 47.06 | 68.95 | 42.28 | - |
| YUV | 198.75 | 103.87 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 238 | 156 | 0.42 | 0 | 0.34 | 0.07 | 130.8 | 0.75 | 0.74 |
| Hex | 8A | EE | 9C | 2A | 0 | 22 | 7 | 83 | 4B | 4A |
| Octal | 212 | 356 | 234 | 52 | 0 | 42 | 7 | 203 | 113 | 112 |
| Binary | 10001010 | 11101110 | 10011100 | 101010 | 0 | 100010 | 111 | 10000011 | 1001011 | 1001010 |
Color Harmonies of #8AEE9C
Complementary color
Monochromatic Colors of #8AEE9C
Black with #8AEE9C
Text Example
Text Example
White with #8AEE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEE9C; }
p { color: rgb(138,238,156); }
H1.HeaderClassName
{
color: #8AEE9C;
}
.AnyTagClassName
{
color: #8AEE9C;
}
</style>
background-color css
<style>
a { background-color: #8AEE9C; }
a { background-color: rgb(138,238,156); }
div.DivClassName
{
background-color: #8AEE9C;
}
.BgClassName
{
background-color: #8AEE9C;
}
</style>
border-color css
<style>
span { border-color: #8AEE9C; }
span { border-color: rgb(138,238,156); }
td.TdClassName
{
border-color: #8AEE9C;
}
.TagClassName
{
border-color: #8AEE9C;
}
</style>