Shades of Light Green #8AEF9D
Tints of Light Green #8AEF9D
RGB
CMYK
RGB Variations
Color information
#8AEF9D (or 0x8AEF9D) is known color: Light Green. HEX triplet: 8A, EF and 9D. RGB value is (138,239,157). Sum of RGB (Red+Green+Blue) = 138+239+157=534 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.84% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #8AEF9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEF9D is #751062. Grayscale: #C7C7C7. Windows color (decimal): -7671907 or 10350474. OLE color: 10350474.
HSL color Cylindrical-coordinate representation of color #8AEF9D: hue angle of 131.29º 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 #8AEF9D is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 239 | 157 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.06 |
| HSL | 131.29º | 0.76% | 0.74% | - |
| HSV(B) | 131.29º | 0.42% | 0.94% | - |
| XYZ | 47.43 | 69.57 | 42.83 | - |
| YUV | 199.45 | 104.04 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 239 | 157 | 0.42 | 0 | 0.34 | 0.06 | 131.29 | 0.76 | 0.74 |
| Hex | 8A | EF | 9D | 2A | 0 | 22 | 6 | 83 | 4C | 4A |
| Octal | 212 | 357 | 235 | 52 | 0 | 42 | 6 | 203 | 114 | 112 |
| Binary | 10001010 | 11101111 | 10011101 | 101010 | 0 | 100010 | 110 | 10000011 | 1001100 | 1001010 |
Color Harmonies of #8AEF9D
Complementary color
Monochromatic Colors of #8AEF9D
Black with #8AEF9D
Text Example
Text Example
White with #8AEF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEF9D; }
p { color: rgb(138,239,157); }
H1.HeaderClassName
{
color: #8AEF9D;
}
.AnyTagClassName
{
color: #8AEF9D;
}
</style>
background-color css
<style>
a { background-color: #8AEF9D; }
a { background-color: rgb(138,239,157); }
div.DivClassName
{
background-color: #8AEF9D;
}
.BgClassName
{
background-color: #8AEF9D;
}
</style>
border-color css
<style>
span { border-color: #8AEF9D; }
span { border-color: rgb(138,239,157); }
td.TdClassName
{
border-color: #8AEF9D;
}
.TagClassName
{
border-color: #8AEF9D;
}
</style>