Shades of Light Green #8DF18A
Tints of Light Green #8DF18A
RGB
CMYK
RGB Variations
Color information
#8DF18A (or 0x8DF18A) is known color: Light Green. HEX triplet: 8D, F1 and 8A. RGB value is (141,241,138). Sum of RGB (Red+Green+Blue) = 141+241+138=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF18A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF18A is #720E75. Grayscale: #C7C7C7. Windows color (decimal): -7474806 or 9105805. OLE color: 9105805.
HSL color Cylindrical-coordinate representation of color #8DF18A: hue angle of 118.25º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF18A is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 241 | 138 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.05 |
| HSL | 118.25º | 0.79% | 0.74% | - |
| HSV(B) | 118.25º | 0.43% | 0.95% | - |
| XYZ | 47.03 | 70.41 | 35.16 | - |
| YUV | 199.36 | 93.37 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 241 | 138 | 0.41 | 0 | 0.43 | 0.05 | 118.25 | 0.79 | 0.74 |
| Hex | 8D | F1 | 8A | 29 | 0 | 2B | 5 | 76 | 4F | 4A |
| Octal | 215 | 361 | 212 | 51 | 0 | 53 | 5 | 166 | 117 | 112 |
| Binary | 10001101 | 11110001 | 10001010 | 101001 | 0 | 101011 | 101 | 1110110 | 1001111 | 1001010 |
Color Harmonies of #8DF18A
Complementary color
Monochromatic Colors of #8DF18A
Black with #8DF18A
Text Example
Text Example
White with #8DF18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF18A; }
p { color: rgb(141,241,138); }
H1.HeaderClassName
{
color: #8DF18A;
}
.AnyTagClassName
{
color: #8DF18A;
}
</style>
background-color css
<style>
a { background-color: #8DF18A; }
a { background-color: rgb(141,241,138); }
div.DivClassName
{
background-color: #8DF18A;
}
.BgClassName
{
background-color: #8DF18A;
}
</style>
border-color css
<style>
span { border-color: #8DF18A; }
span { border-color: rgb(141,241,138); }
td.TdClassName
{
border-color: #8DF18A;
}
.TagClassName
{
border-color: #8DF18A;
}
</style>