Shades of Light Green #8AFC7D
Tints of Light Green #8AFC7D
RGB
CMYK
RGB Variations
Color information
#8AFC7D (or 0x8AFC7D) is known color: Light Green. HEX triplet: 8A, FC and 7D. RGB value is (138,252,125). Sum of RGB (Red+Green+Blue) = 138+252+125=515 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.80% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFC7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFC7D is #750382. Grayscale: #CBCBCB. Windows color (decimal): -7668611 or 8256650. OLE color: 8256650.
HSL color Cylindrical-coordinate representation of color #8AFC7D: hue angle of 113.86º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8AFC7D is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 252 | 125 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.01 |
| HSL | 113.86º | 0.95% | 0.74% | - |
| HSV(B) | 113.86º | 0.5% | 0.99% | - |
| XYZ | 48.99 | 76.5 | 31.59 | - |
| YUV | 203.44 | 83.73 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 252 | 125 | 0.45 | 0 | 0.50 | 0.01 | 113.86 | 0.95 | 0.74 |
| Hex | 8A | FC | 7D | 2D | 0 | 32 | 1 | 72 | 5F | 4A |
| Octal | 212 | 374 | 175 | 55 | 0 | 62 | 1 | 162 | 137 | 112 |
| Binary | 10001010 | 11111100 | 1111101 | 101101 | 0 | 110010 | 1 | 1110010 | 1011111 | 1001010 |
Color Harmonies of #8AFC7D
Complementary color
Monochromatic Colors of #8AFC7D
Black with #8AFC7D
Text Example
Text Example
White with #8AFC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFC7D; }
p { color: rgb(138,252,125); }
H1.HeaderClassName
{
color: #8AFC7D;
}
.AnyTagClassName
{
color: #8AFC7D;
}
</style>
background-color css
<style>
a { background-color: #8AFC7D; }
a { background-color: rgb(138,252,125); }
div.DivClassName
{
background-color: #8AFC7D;
}
.BgClassName
{
background-color: #8AFC7D;
}
</style>
border-color css
<style>
span { border-color: #8AFC7D; }
span { border-color: rgb(138,252,125); }
td.TdClassName
{
border-color: #8AFC7D;
}
.TagClassName
{
border-color: #8AFC7D;
}
</style>