Shades of Light Green #8AFE8C
Tints of Light Green #8AFE8C
RGB
CMYK
RGB Variations
Color information
#8AFE8C (or 0x8AFE8C) is known color: Light Green. HEX triplet: 8A, FE and 8C. RGB value is (138,254,140). Sum of RGB (Red+Green+Blue) = 138+254+140=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFE8C is #750173. Grayscale: #CECECE. Windows color (decimal): -7668084 or 9240202. OLE color: 9240202.
HSL color Cylindrical-coordinate representation of color #8AFE8C: hue angle of 121.03º 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 #8AFE8C is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 140 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.00 |
| HSL | 121.03º | 0.98% | 0.77% | - |
| HSV(B) | 121.03º | 0.46% | 1% | - |
| XYZ | 50.66 | 78.18 | 37.23 | - |
| YUV | 206.32 | 90.57 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 140 | 0.46 | 0 | 0.45 | 0.00 | 121.03 | 0.98 | 0.77 |
| Hex | 8A | FE | 8C | 2E | 0 | 2D | 0 | 79 | 62 | 4D |
| Octal | 212 | 376 | 214 | 56 | 0 | 55 | 0 | 171 | 142 | 115 |
| Binary | 10001010 | 11111110 | 10001100 | 101110 | 0 | 101101 | 0 | 1111001 | 1100010 | 1001101 |
Color Harmonies of #8AFE8C
Complementary color
Monochromatic Colors of #8AFE8C
Black with #8AFE8C
Text Example
Text Example
White with #8AFE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFE8C; }
p { color: rgb(138,254,140); }
H1.HeaderClassName
{
color: #8AFE8C;
}
.AnyTagClassName
{
color: #8AFE8C;
}
</style>
background-color css
<style>
a { background-color: #8AFE8C; }
a { background-color: rgb(138,254,140); }
div.DivClassName
{
background-color: #8AFE8C;
}
.BgClassName
{
background-color: #8AFE8C;
}
</style>
border-color css
<style>
span { border-color: #8AFE8C; }
span { border-color: rgb(138,254,140); }
td.TdClassName
{
border-color: #8AFE8C;
}
.TagClassName
{
border-color: #8AFE8C;
}
</style>