Shades of Light Green #8AED86
Tints of Light Green #8AED86
RGB
CMYK
RGB Variations
Color information
#8AED86 (or 0x8AED86) is known color: Light Green. HEX triplet: 8A, ED and 86. RGB value is (138,237,134). Sum of RGB (Red+Green+Blue) = 138+237+134=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 237 (92.97% from 255 or 46.56% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 237 - color contains mainly: green. Hex color #8AED86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AED86 is #751279. Grayscale: #C3C3C3. Windows color (decimal): -7672442 or 8842634. OLE color: 8842634.
HSL color Cylindrical-coordinate representation of color #8AED86: hue angle of 117.67º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AED86 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 237 | 134 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.07 |
| HSL | 117.67º | 0.74% | 0.73% | - |
| HSV(B) | 117.67º | 0.43% | 0.93% | - |
| XYZ | 45.07 | 67.69 | 33.24 | - |
| YUV | 195.66 | 93.2 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 237 | 134 | 0.42 | 0 | 0.43 | 0.07 | 117.67 | 0.74 | 0.73 |
| Hex | 8A | ED | 86 | 2A | 0 | 2B | 7 | 76 | 4A | 49 |
| Octal | 212 | 355 | 206 | 52 | 0 | 53 | 7 | 166 | 112 | 111 |
| Binary | 10001010 | 11101101 | 10000110 | 101010 | 0 | 101011 | 111 | 1110110 | 1001010 | 1001001 |
Color Harmonies of #8AED86
Complementary color
Monochromatic Colors of #8AED86
Black with #8AED86
Text Example
Text Example
White with #8AED86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AED86; }
p { color: rgb(138,237,134); }
H1.HeaderClassName
{
color: #8AED86;
}
.AnyTagClassName
{
color: #8AED86;
}
</style>
background-color css
<style>
a { background-color: #8AED86; }
a { background-color: rgb(138,237,134); }
div.DivClassName
{
background-color: #8AED86;
}
.BgClassName
{
background-color: #8AED86;
}
</style>
border-color css
<style>
span { border-color: #8AED86; }
span { border-color: rgb(138,237,134); }
td.TdClassName
{
border-color: #8AED86;
}
.TagClassName
{
border-color: #8AED86;
}
</style>