Shades of Light Green #8AFE7A
Tints of Light Green #8AFE7A
RGB
CMYK
RGB Variations
Color information
#8AFE7A (or 0x8AFE7A) is known color: Light Green. HEX triplet: 8A, FE and 7A. RGB value is (138,254,122). Sum of RGB (Red+Green+Blue) = 138+254+122=514 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.85% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFE7A is #750185. Grayscale: #CCCCCC. Windows color (decimal): -7668102 or 8060554. OLE color: 8060554.
HSL color Cylindrical-coordinate representation of color #8AFE7A: hue angle of 112.73º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8AFE7A is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 122 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.00 |
| HSL | 112.73º | 0.99% | 0.74% | - |
| HSV(B) | 112.73º | 0.52% | 1% | - |
| XYZ | 49.44 | 77.69 | 30.8 | - |
| YUV | 204.27 | 81.57 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 122 | 0.46 | 0 | 0.52 | 0.00 | 112.73 | 0.99 | 0.74 |
| Hex | 8A | FE | 7A | 2E | 0 | 34 | 0 | 71 | 63 | 4A |
| Octal | 212 | 376 | 172 | 56 | 0 | 64 | 0 | 161 | 143 | 112 |
| Binary | 10001010 | 11111110 | 1111010 | 101110 | 0 | 110100 | 0 | 1110001 | 1100011 | 1001010 |
Color Harmonies of #8AFE7A
Complementary color
Monochromatic Colors of #8AFE7A
Black with #8AFE7A
Text Example
Text Example
White with #8AFE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFE7A; }
p { color: rgb(138,254,122); }
H1.HeaderClassName
{
color: #8AFE7A;
}
.AnyTagClassName
{
color: #8AFE7A;
}
</style>
background-color css
<style>
a { background-color: #8AFE7A; }
a { background-color: rgb(138,254,122); }
div.DivClassName
{
background-color: #8AFE7A;
}
.BgClassName
{
background-color: #8AFE7A;
}
</style>
border-color css
<style>
span { border-color: #8AFE7A; }
span { border-color: rgb(138,254,122); }
td.TdClassName
{
border-color: #8AFE7A;
}
.TagClassName
{
border-color: #8AFE7A;
}
</style>