Shades of Light Green #8AF87D
Tints of Light Green #8AF87D
RGB
CMYK
RGB Variations
Color information
#8AF87D (or 0x8AF87D) is known color: Light Green. HEX triplet: 8A, F8 and 7D. RGB value is (138,248,125). Sum of RGB (Red+Green+Blue) = 138+248+125=511 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.01% from 511); Green value is 248 (97.27% from 255 or 48.53% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF87D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF87D is #750782. Grayscale: #C9C9C9. Windows color (decimal): -7669635 or 8255626. OLE color: 8255626.
HSL color Cylindrical-coordinate representation of color #8AF87D: hue angle of 113.66º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8AF87D is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 248 | 125 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.03 |
| HSL | 113.66º | 0.9% | 0.73% | - |
| HSV(B) | 113.66º | 0.5% | 0.97% | - |
| XYZ | 47.75 | 74.02 | 31.17 | - |
| YUV | 201.09 | 85.06 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 248 | 125 | 0.44 | 0 | 0.50 | 0.03 | 113.66 | 0.9 | 0.73 |
| Hex | 8A | F8 | 7D | 2C | 0 | 32 | 3 | 72 | 5A | 49 |
| Octal | 212 | 370 | 175 | 54 | 0 | 62 | 3 | 162 | 132 | 111 |
| Binary | 10001010 | 11111000 | 1111101 | 101100 | 0 | 110010 | 11 | 1110010 | 1011010 | 1001001 |
Color Harmonies of #8AF87D
Complementary color
Monochromatic Colors of #8AF87D
Black with #8AF87D
Text Example
Text Example
White with #8AF87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF87D; }
p { color: rgb(138,248,125); }
H1.HeaderClassName
{
color: #8AF87D;
}
.AnyTagClassName
{
color: #8AF87D;
}
</style>
background-color css
<style>
a { background-color: #8AF87D; }
a { background-color: rgb(138,248,125); }
div.DivClassName
{
background-color: #8AF87D;
}
.BgClassName
{
background-color: #8AF87D;
}
</style>
border-color css
<style>
span { border-color: #8AF87D; }
span { border-color: rgb(138,248,125); }
td.TdClassName
{
border-color: #8AF87D;
}
.TagClassName
{
border-color: #8AF87D;
}
</style>