Shades of Light Green #8AF07C
Tints of Light Green #8AF07C
RGB
CMYK
RGB Variations
Color information
#8AF07C (or 0x8AF07C) is known color: Light Green. HEX triplet: 8A, F0 and 7C. RGB value is (138,240,124). Sum of RGB (Red+Green+Blue) = 138+240+124=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF07C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF07C is #750F83. Grayscale: #C4C4C4. Windows color (decimal): -7671684 or 8188042. OLE color: 8188042.
HSL color Cylindrical-coordinate representation of color #8AF07C: hue angle of 112.76º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8AF07C is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 124 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.06 |
| HSL | 112.76º | 0.79% | 0.71% | - |
| HSV(B) | 112.76º | 0.48% | 0.94% | - |
| XYZ | 45.28 | 69.18 | 30.04 | - |
| YUV | 196.28 | 87.21 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 124 | 0.42 | 0 | 0.48 | 0.06 | 112.76 | 0.79 | 0.71 |
| Hex | 8A | F0 | 7C | 2A | 0 | 30 | 6 | 71 | 4F | 47 |
| Octal | 212 | 360 | 174 | 52 | 0 | 60 | 6 | 161 | 117 | 107 |
| Binary | 10001010 | 11110000 | 1111100 | 101010 | 0 | 110000 | 110 | 1110001 | 1001111 | 1000111 |
Color Harmonies of #8AF07C
Complementary color
Monochromatic Colors of #8AF07C
Black with #8AF07C
Text Example
Text Example
White with #8AF07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF07C; }
p { color: rgb(138,240,124); }
H1.HeaderClassName
{
color: #8AF07C;
}
.AnyTagClassName
{
color: #8AF07C;
}
</style>
background-color css
<style>
a { background-color: #8AF07C; }
a { background-color: rgb(138,240,124); }
div.DivClassName
{
background-color: #8AF07C;
}
.BgClassName
{
background-color: #8AF07C;
}
</style>
border-color css
<style>
span { border-color: #8AF07C; }
span { border-color: rgb(138,240,124); }
td.TdClassName
{
border-color: #8AF07C;
}
.TagClassName
{
border-color: #8AF07C;
}
</style>