Shades of Light Green #8AFE73
Tints of Light Green #8AFE73
RGB
CMYK
RGB Variations
Color information
#8AFE73 (or 0x8AFE73) is known color: Light Green. HEX triplet: 8A, FE and 73. RGB value is (138,254,115). Sum of RGB (Red+Green+Blue) = 138+254+115=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFE73 is #75018C. Grayscale: #CBCBCB. Windows color (decimal): -7668109 or 7601802. OLE color: 7601802.
HSL color Cylindrical-coordinate representation of color #8AFE73: hue angle of 110.07º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8AFE73 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 115 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.00 |
| HSL | 110.07º | 0.99% | 0.72% | - |
| HSV(B) | 110.07º | 0.55% | 1% | - |
| XYZ | 49.02 | 77.52 | 28.6 | - |
| YUV | 203.47 | 78.07 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 115 | 0.46 | 0 | 0.55 | 0.00 | 110.07 | 0.99 | 0.72 |
| Hex | 8A | FE | 73 | 2E | 0 | 37 | 0 | 6E | 63 | 48 |
| Octal | 212 | 376 | 163 | 56 | 0 | 67 | 0 | 156 | 143 | 110 |
| Binary | 10001010 | 11111110 | 1110011 | 101110 | 0 | 110111 | 0 | 1101110 | 1100011 | 1001000 |
Color Harmonies of #8AFE73
Complementary color
Monochromatic Colors of #8AFE73
Black with #8AFE73
Text Example
Text Example
White with #8AFE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFE73; }
p { color: rgb(138,254,115); }
H1.HeaderClassName
{
color: #8AFE73;
}
.AnyTagClassName
{
color: #8AFE73;
}
</style>
background-color css
<style>
a { background-color: #8AFE73; }
a { background-color: rgb(138,254,115); }
div.DivClassName
{
background-color: #8AFE73;
}
.BgClassName
{
background-color: #8AFE73;
}
</style>
border-color css
<style>
span { border-color: #8AFE73; }
span { border-color: rgb(138,254,115); }
td.TdClassName
{
border-color: #8AFE73;
}
.TagClassName
{
border-color: #8AFE73;
}
</style>