Shades of Light Green #8AFE8D
Tints of Light Green #8AFE8D
RGB
CMYK
RGB Variations
Color information
#8AFE8D (or 0x8AFE8D) is known color: Light Green. HEX triplet: 8A, FE and 8D. RGB value is (138,254,141). Sum of RGB (Red+Green+Blue) = 138+254+141=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFE8D is #750172. Grayscale: #CECECE. Windows color (decimal): -7668083 or 9305738. OLE color: 9305738.
HSL color Cylindrical-coordinate representation of color #8AFE8D: hue angle of 121.55º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFE8D is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 141 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.00 |
| HSL | 121.55º | 0.98% | 0.77% | - |
| HSV(B) | 121.55º | 0.46% | 1% | - |
| XYZ | 50.73 | 78.21 | 37.62 | - |
| YUV | 206.43 | 91.07 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 141 | 0.46 | 0 | 0.44 | 0.00 | 121.55 | 0.98 | 0.77 |
| Hex | 8A | FE | 8D | 2E | 0 | 2C | 0 | 7A | 62 | 4D |
| Octal | 212 | 376 | 215 | 56 | 0 | 54 | 0 | 172 | 142 | 115 |
| Binary | 10001010 | 11111110 | 10001101 | 101110 | 0 | 101100 | 0 | 1111010 | 1100010 | 1001101 |
Color Harmonies of #8AFE8D
Complementary color
Monochromatic Colors of #8AFE8D
Black with #8AFE8D
Text Example
Text Example
White with #8AFE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFE8D; }
p { color: rgb(138,254,141); }
H1.HeaderClassName
{
color: #8AFE8D;
}
.AnyTagClassName
{
color: #8AFE8D;
}
</style>
background-color css
<style>
a { background-color: #8AFE8D; }
a { background-color: rgb(138,254,141); }
div.DivClassName
{
background-color: #8AFE8D;
}
.BgClassName
{
background-color: #8AFE8D;
}
</style>
border-color css
<style>
span { border-color: #8AFE8D; }
span { border-color: rgb(138,254,141); }
td.TdClassName
{
border-color: #8AFE8D;
}
.TagClassName
{
border-color: #8AFE8D;
}
</style>