Shades of Light Green #8AEF8E
Tints of Light Green #8AEF8E
RGB
CMYK
RGB Variations
Color information
#8AEF8E (or 0x8AEF8E) is known color: Light Green. HEX triplet: 8A, EF and 8E. RGB value is (138,239,142). Sum of RGB (Red+Green+Blue) = 138+239+142=519 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.59% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #8AEF8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEF8E is #751071. Grayscale: #C6C6C6. Windows color (decimal): -7671922 or 9367434. OLE color: 9367434.
HSL color Cylindrical-coordinate representation of color #8AEF8E: hue angle of 122.38º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEF8E is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 239 | 142 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.06 |
| HSL | 122.38º | 0.76% | 0.74% | - |
| HSV(B) | 122.38º | 0.42% | 0.94% | - |
| XYZ | 46.23 | 69.09 | 36.49 | - |
| YUV | 197.74 | 96.54 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 239 | 142 | 0.42 | 0 | 0.41 | 0.06 | 122.38 | 0.76 | 0.74 |
| Hex | 8A | EF | 8E | 2A | 0 | 29 | 6 | 7A | 4C | 4A |
| Octal | 212 | 357 | 216 | 52 | 0 | 51 | 6 | 172 | 114 | 112 |
| Binary | 10001010 | 11101111 | 10001110 | 101010 | 0 | 101001 | 110 | 1111010 | 1001100 | 1001010 |
Color Harmonies of #8AEF8E
Complementary color
Monochromatic Colors of #8AEF8E
Black with #8AEF8E
Text Example
Text Example
White with #8AEF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEF8E; }
p { color: rgb(138,239,142); }
H1.HeaderClassName
{
color: #8AEF8E;
}
.AnyTagClassName
{
color: #8AEF8E;
}
</style>
background-color css
<style>
a { background-color: #8AEF8E; }
a { background-color: rgb(138,239,142); }
div.DivClassName
{
background-color: #8AEF8E;
}
.BgClassName
{
background-color: #8AEF8E;
}
</style>
border-color css
<style>
span { border-color: #8AEF8E; }
span { border-color: rgb(138,239,142); }
td.TdClassName
{
border-color: #8AEF8E;
}
.TagClassName
{
border-color: #8AEF8E;
}
</style>