Shades of Light Green #8AEA9C
Tints of Light Green #8AEA9C
RGB
CMYK
RGB Variations
Color information
#8AEA9C (or 0x8AEA9C) is known color: Light Green. HEX triplet: 8A, EA and 9C. RGB value is (138,234,156). Sum of RGB (Red+Green+Blue) = 138+234+156=528 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.14% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 234 - color contains mainly: green. Hex color #8AEA9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEA9C is #751563. Grayscale: #C4C4C4. Windows color (decimal): -7673188 or 10283658. OLE color: 10283658.
HSL color Cylindrical-coordinate representation of color #8AEA9C: hue angle of 131.25º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AEA9C is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 234 | 156 | - |
| CMYK | 0.41 | 0 | 0.33 | 0.08 |
| HSL | 131.25º | 0.7% | 0.73% | - |
| HSV(B) | 131.25º | 0.41% | 0.92% | - |
| XYZ | 45.9 | 66.65 | 41.9 | - |
| YUV | 196.4 | 105.2 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 234 | 156 | 0.41 | 0 | 0.33 | 0.08 | 131.25 | 0.7 | 0.73 |
| Hex | 8A | EA | 9C | 29 | 0 | 21 | 8 | 83 | 46 | 49 |
| Octal | 212 | 352 | 234 | 51 | 0 | 41 | 10 | 203 | 106 | 111 |
| Binary | 10001010 | 11101010 | 10011100 | 101001 | 0 | 100001 | 1000 | 10000011 | 1000110 | 1001001 |
Color Harmonies of #8AEA9C
Complementary color
Monochromatic Colors of #8AEA9C
Black with #8AEA9C
Text Example
Text Example
White with #8AEA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEA9C; }
p { color: rgb(138,234,156); }
H1.HeaderClassName
{
color: #8AEA9C;
}
.AnyTagClassName
{
color: #8AEA9C;
}
</style>
background-color css
<style>
a { background-color: #8AEA9C; }
a { background-color: rgb(138,234,156); }
div.DivClassName
{
background-color: #8AEA9C;
}
.BgClassName
{
background-color: #8AEA9C;
}
</style>
border-color css
<style>
span { border-color: #8AEA9C; }
span { border-color: rgb(138,234,156); }
td.TdClassName
{
border-color: #8AEA9C;
}
.TagClassName
{
border-color: #8AEA9C;
}
</style>