Shades of Light Green #8AEDA5
Tints of Light Green #8AEDA5
RGB
CMYK
RGB Variations
Color information
#8AEDA5 (or 0x8AEDA5) is known color: Light Green. HEX triplet: 8A, ED and A5. RGB value is (138,237,165). Sum of RGB (Red+Green+Blue) = 138+237+165=540 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.56% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #8AEDA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEDA5 is #75125A. Grayscale: #C7C7C7. Windows color (decimal): -7672411 or 10874250. OLE color: 10874250.
HSL color Cylindrical-coordinate representation of color #8AEDA5: hue angle of 136.36º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEDA5 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 237 | 165 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.07 |
| HSL | 136.36º | 0.73% | 0.74% | - |
| HSV(B) | 136.36º | 0.42% | 0.93% | - |
| XYZ | 47.56 | 68.69 | 46.35 | - |
| YUV | 199.19 | 108.7 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 237 | 165 | 0.42 | 0 | 0.30 | 0.07 | 136.36 | 0.73 | 0.74 |
| Hex | 8A | ED | A5 | 2A | 0 | 1E | 7 | 88 | 49 | 4A |
| Octal | 212 | 355 | 245 | 52 | 0 | 36 | 7 | 210 | 111 | 112 |
| Binary | 10001010 | 11101101 | 10100101 | 101010 | 0 | 11110 | 111 | 10001000 | 1001001 | 1001010 |
Color Harmonies of #8AEDA5
Complementary color
Monochromatic Colors of #8AEDA5
Black with #8AEDA5
Text Example
Text Example
White with #8AEDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEDA5; }
p { color: rgb(138,237,165); }
H1.HeaderClassName
{
color: #8AEDA5;
}
.AnyTagClassName
{
color: #8AEDA5;
}
</style>
background-color css
<style>
a { background-color: #8AEDA5; }
a { background-color: rgb(138,237,165); }
div.DivClassName
{
background-color: #8AEDA5;
}
.BgClassName
{
background-color: #8AEDA5;
}
</style>
border-color css
<style>
span { border-color: #8AEDA5; }
span { border-color: rgb(138,237,165); }
td.TdClassName
{
border-color: #8AEDA5;
}
.TagClassName
{
border-color: #8AEDA5;
}
</style>