Shades of Light Green #8AFE76
Tints of Light Green #8AFE76
RGB
CMYK
RGB Variations
Color information
#8AFE76 (or 0x8AFE76) is known color: Light Green. HEX triplet: 8A, FE and 76. RGB value is (138,254,118). Sum of RGB (Red+Green+Blue) = 138+254+118=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFE76 is #750189. Grayscale: #CCCCCC. Windows color (decimal): -7668106 or 7798410. OLE color: 7798410.
HSL color Cylindrical-coordinate representation of color #8AFE76: hue angle of 111.18º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8AFE76 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 118 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.00 |
| HSL | 111.18º | 0.99% | 0.73% | - |
| HSV(B) | 111.18º | 0.54% | 1% | - |
| XYZ | 49.19 | 77.59 | 29.52 | - |
| YUV | 203.81 | 79.57 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 118 | 0.46 | 0 | 0.54 | 0.00 | 111.18 | 0.99 | 0.73 |
| Hex | 8A | FE | 76 | 2E | 0 | 36 | 0 | 6F | 63 | 49 |
| Octal | 212 | 376 | 166 | 56 | 0 | 66 | 0 | 157 | 143 | 111 |
| Binary | 10001010 | 11111110 | 1110110 | 101110 | 0 | 110110 | 0 | 1101111 | 1100011 | 1001001 |
Color Harmonies of #8AFE76
Complementary color
Monochromatic Colors of #8AFE76
Black with #8AFE76
Text Example
Text Example
White with #8AFE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFE76; }
p { color: rgb(138,254,118); }
H1.HeaderClassName
{
color: #8AFE76;
}
.AnyTagClassName
{
color: #8AFE76;
}
</style>
background-color css
<style>
a { background-color: #8AFE76; }
a { background-color: rgb(138,254,118); }
div.DivClassName
{
background-color: #8AFE76;
}
.BgClassName
{
background-color: #8AFE76;
}
</style>
border-color css
<style>
span { border-color: #8AFE76; }
span { border-color: rgb(138,254,118); }
td.TdClassName
{
border-color: #8AFE76;
}
.TagClassName
{
border-color: #8AFE76;
}
</style>