Shades of Light Green #8DF08A
Tints of Light Green #8DF08A
RGB
CMYK
RGB Variations
Color information
#8DF08A (or 0x8DF08A) is known color: Light Green. HEX triplet: 8D, F0 and 8A. RGB value is (141,240,138). Sum of RGB (Red+Green+Blue) = 141+240+138=519 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.17% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF08A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF08A is #720F75. Grayscale: #C7C7C7. Windows color (decimal): -7475062 or 9105549. OLE color: 9105549.
HSL color Cylindrical-coordinate representation of color #8DF08A: hue angle of 118.24º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF08A is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 240 | 138 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.06 |
| HSL | 118.24º | 0.77% | 0.74% | - |
| HSV(B) | 118.24º | 0.43% | 0.94% | - |
| XYZ | 46.73 | 69.82 | 35.06 | - |
| YUV | 198.77 | 93.7 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 138 | 0.41 | 0 | 0.42 | 0.06 | 118.24 | 0.77 | 0.74 |
| Hex | 8D | F0 | 8A | 29 | 0 | 2A | 6 | 76 | 4D | 4A |
| Octal | 215 | 360 | 212 | 51 | 0 | 52 | 6 | 166 | 115 | 112 |
| Binary | 10001101 | 11110000 | 10001010 | 101001 | 0 | 101010 | 110 | 1110110 | 1001101 | 1001010 |
Color Harmonies of #8DF08A
Complementary color
Monochromatic Colors of #8DF08A
Black with #8DF08A
Text Example
Text Example
White with #8DF08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF08A; }
p { color: rgb(141,240,138); }
H1.HeaderClassName
{
color: #8DF08A;
}
.AnyTagClassName
{
color: #8DF08A;
}
</style>
background-color css
<style>
a { background-color: #8DF08A; }
a { background-color: rgb(141,240,138); }
div.DivClassName
{
background-color: #8DF08A;
}
.BgClassName
{
background-color: #8DF08A;
}
</style>
border-color css
<style>
span { border-color: #8DF08A; }
span { border-color: rgb(141,240,138); }
td.TdClassName
{
border-color: #8DF08A;
}
.TagClassName
{
border-color: #8DF08A;
}
</style>