Shades of Light Green #8AEA8C
Tints of Light Green #8AEA8C
RGB
CMYK
RGB Variations
Color information
#8AEA8C (or 0x8AEA8C) is known color: Light Green. HEX triplet: 8A, EA and 8C. RGB value is (138,234,140). Sum of RGB (Red+Green+Blue) = 138+234+140=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #8AEA8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEA8C is #751573. Grayscale: #C2C2C2. Windows color (decimal): -7673204 or 9235082. OLE color: 9235082.
HSL color Cylindrical-coordinate representation of color #8AEA8C: hue angle of 121.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 #8AEA8C is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 234 | 140 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.08 |
| HSL | 121.25º | 0.7% | 0.73% | - |
| HSV(B) | 121.25º | 0.41% | 0.92% | - |
| XYZ | 44.64 | 66.14 | 35.23 | - |
| YUV | 194.58 | 97.2 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 234 | 140 | 0.41 | 0 | 0.40 | 0.08 | 121.25 | 0.7 | 0.73 |
| Hex | 8A | EA | 8C | 29 | 0 | 28 | 8 | 79 | 46 | 49 |
| Octal | 212 | 352 | 214 | 51 | 0 | 50 | 10 | 171 | 106 | 111 |
| Binary | 10001010 | 11101010 | 10001100 | 101001 | 0 | 101000 | 1000 | 1111001 | 1000110 | 1001001 |
Color Harmonies of #8AEA8C
Complementary color
Monochromatic Colors of #8AEA8C
Black with #8AEA8C
Text Example
Text Example
White with #8AEA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEA8C; }
p { color: rgb(138,234,140); }
H1.HeaderClassName
{
color: #8AEA8C;
}
.AnyTagClassName
{
color: #8AEA8C;
}
</style>
background-color css
<style>
a { background-color: #8AEA8C; }
a { background-color: rgb(138,234,140); }
div.DivClassName
{
background-color: #8AEA8C;
}
.BgClassName
{
background-color: #8AEA8C;
}
</style>
border-color css
<style>
span { border-color: #8AEA8C; }
span { border-color: rgb(138,234,140); }
td.TdClassName
{
border-color: #8AEA8C;
}
.TagClassName
{
border-color: #8AEA8C;
}
</style>