Shades of Light Green #8AFE8A
Tints of Light Green #8AFE8A
RGB
CMYK
RGB Variations
Color information
#8AFE8A (or 0x8AFE8A) is known color: Light Green. HEX triplet: 8A, FE and 8A. RGB value is (138,254,138). Sum of RGB (Red+Green+Blue) = 138+254+138=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFE8A is #750175. Grayscale: #CECECE. Windows color (decimal): -7668086 or 9109130. OLE color: 9109130.
HSL color Cylindrical-coordinate representation of color #8AFE8A: hue angle of 120º 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 #8AFE8A is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 138 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.00 |
| HSL | 120º | 0.98% | 0.77% | - |
| HSV(B) | 120º | 0.46% | 1% | - |
| XYZ | 50.51 | 78.12 | 36.46 | - |
| YUV | 206.09 | 89.57 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 138 | 0.46 | 0 | 0.46 | 0.00 | 120 | 0.98 | 0.77 |
| Hex | 8A | FE | 8A | 2E | 0 | 2E | 0 | 78 | 62 | 4D |
| Octal | 212 | 376 | 212 | 56 | 0 | 56 | 0 | 170 | 142 | 115 |
| Binary | 10001010 | 11111110 | 10001010 | 101110 | 0 | 101110 | 0 | 1111000 | 1100010 | 1001101 |
Color Harmonies of #8AFE8A
Complementary color
Monochromatic Colors of #8AFE8A
Black with #8AFE8A
Text Example
Text Example
White with #8AFE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFE8A; }
p { color: rgb(138,254,138); }
H1.HeaderClassName
{
color: #8AFE8A;
}
.AnyTagClassName
{
color: #8AFE8A;
}
</style>
background-color css
<style>
a { background-color: #8AFE8A; }
a { background-color: rgb(138,254,138); }
div.DivClassName
{
background-color: #8AFE8A;
}
.BgClassName
{
background-color: #8AFE8A;
}
</style>
border-color css
<style>
span { border-color: #8AFE8A; }
span { border-color: rgb(138,254,138); }
td.TdClassName
{
border-color: #8AFE8A;
}
.TagClassName
{
border-color: #8AFE8A;
}
</style>