Shades of Light Green #8AEA8F
Tints of Light Green #8AEA8F
RGB
CMYK
RGB Variations
Color information
#8AEA8F (or 0x8AEA8F) is known color: Light Green. HEX triplet: 8A, EA and 8F. RGB value is (138,234,143). Sum of RGB (Red+Green+Blue) = 138+234+143=515 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.80% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #8AEA8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEA8F is #751570. Grayscale: #C3C3C3. Windows color (decimal): -7673201 or 9431690. OLE color: 9431690.
HSL color Cylindrical-coordinate representation of color #8AEA8F: hue angle of 123.12º 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 #8AEA8F is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 234 | 143 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.08 |
| HSL | 123.13º | 0.7% | 0.73% | - |
| HSV(B) | 123.13º | 0.41% | 0.92% | - |
| XYZ | 44.86 | 66.23 | 36.41 | - |
| YUV | 194.92 | 98.7 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 234 | 143 | 0.41 | 0 | 0.39 | 0.08 | 123.13 | 0.7 | 0.73 |
| Hex | 8A | EA | 8F | 29 | 0 | 27 | 8 | 7B | 46 | 49 |
| Octal | 212 | 352 | 217 | 51 | 0 | 47 | 10 | 173 | 106 | 111 |
| Binary | 10001010 | 11101010 | 10001111 | 101001 | 0 | 100111 | 1000 | 1111011 | 1000110 | 1001001 |
Color Harmonies of #8AEA8F
Complementary color
Monochromatic Colors of #8AEA8F
Black with #8AEA8F
Text Example
Text Example
White with #8AEA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEA8F; }
p { color: rgb(138,234,143); }
H1.HeaderClassName
{
color: #8AEA8F;
}
.AnyTagClassName
{
color: #8AEA8F;
}
</style>
background-color css
<style>
a { background-color: #8AEA8F; }
a { background-color: rgb(138,234,143); }
div.DivClassName
{
background-color: #8AEA8F;
}
.BgClassName
{
background-color: #8AEA8F;
}
</style>
border-color css
<style>
span { border-color: #8AEA8F; }
span { border-color: rgb(138,234,143); }
td.TdClassName
{
border-color: #8AEA8F;
}
.TagClassName
{
border-color: #8AEA8F;
}
</style>