Shades of Light Green #8AEF8C
Tints of Light Green #8AEF8C
RGB
CMYK
RGB Variations
Color information
#8AEF8C (or 0x8AEF8C) is known color: Light Green. HEX triplet: 8A, EF and 8C. RGB value is (138,239,140). Sum of RGB (Red+Green+Blue) = 138+239+140=517 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.69% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 239 - color contains mainly: green. Hex color #8AEF8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEF8C is #751073. Grayscale: #C5C5C5. Windows color (decimal): -7671924 or 9236362. OLE color: 9236362.
HSL color Cylindrical-coordinate representation of color #8AEF8C: hue angle of 121.19º 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 #8AEF8C is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 239 | 140 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.06 |
| HSL | 121.19º | 0.76% | 0.74% | - |
| HSV(B) | 121.19º | 0.42% | 0.94% | - |
| XYZ | 46.08 | 69.03 | 35.71 | - |
| YUV | 197.52 | 95.54 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 239 | 140 | 0.42 | 0 | 0.41 | 0.06 | 121.19 | 0.76 | 0.74 |
| Hex | 8A | EF | 8C | 2A | 0 | 29 | 6 | 79 | 4C | 4A |
| Octal | 212 | 357 | 214 | 52 | 0 | 51 | 6 | 171 | 114 | 112 |
| Binary | 10001010 | 11101111 | 10001100 | 101010 | 0 | 101001 | 110 | 1111001 | 1001100 | 1001010 |
Color Harmonies of #8AEF8C
Complementary color
Monochromatic Colors of #8AEF8C
Black with #8AEF8C
Text Example
Text Example
White with #8AEF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEF8C; }
p { color: rgb(138,239,140); }
H1.HeaderClassName
{
color: #8AEF8C;
}
.AnyTagClassName
{
color: #8AEF8C;
}
</style>
background-color css
<style>
a { background-color: #8AEF8C; }
a { background-color: rgb(138,239,140); }
div.DivClassName
{
background-color: #8AEF8C;
}
.BgClassName
{
background-color: #8AEF8C;
}
</style>
border-color css
<style>
span { border-color: #8AEF8C; }
span { border-color: rgb(138,239,140); }
td.TdClassName
{
border-color: #8AEF8C;
}
.TagClassName
{
border-color: #8AEF8C;
}
</style>