Shades of Light Green #8AF672
Tints of Light Green #8AF672
RGB
CMYK
RGB Variations
Color information
#8AF672 (or 0x8AF672) is known color: Light Green. HEX triplet: 8A, F6 and 72. RGB value is (138,246,114). Sum of RGB (Red+Green+Blue) = 138+246+114=498 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.71% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF672 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF672 is #75098D. Grayscale: #C7C7C7. Windows color (decimal): -7670158 or 7534218. OLE color: 7534218.
HSL color Cylindrical-coordinate representation of color #8AF672: hue angle of 109.09º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8AF672 is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 246 | 114 | - |
| CMYK | 0.44 | 0 | 0.54 | 0.04 |
| HSL | 109.09º | 0.88% | 0.71% | - |
| HSV(B) | 109.09º | 0.54% | 0.96% | - |
| XYZ | 46.47 | 72.53 | 27.47 | - |
| YUV | 198.66 | 80.22 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 246 | 114 | 0.44 | 0 | 0.54 | 0.04 | 109.09 | 0.88 | 0.71 |
| Hex | 8A | F6 | 72 | 2C | 0 | 36 | 4 | 6D | 58 | 47 |
| Octal | 212 | 366 | 162 | 54 | 0 | 66 | 4 | 155 | 130 | 107 |
| Binary | 10001010 | 11110110 | 1110010 | 101100 | 0 | 110110 | 100 | 1101101 | 1011000 | 1000111 |
Color Harmonies of #8AF672
Complementary color
Monochromatic Colors of #8AF672
Black with #8AF672
Text Example
Text Example
White with #8AF672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF672; }
p { color: rgb(138,246,114); }
H1.HeaderClassName
{
color: #8AF672;
}
.AnyTagClassName
{
color: #8AF672;
}
</style>
background-color css
<style>
a { background-color: #8AF672; }
a { background-color: rgb(138,246,114); }
div.DivClassName
{
background-color: #8AF672;
}
.BgClassName
{
background-color: #8AF672;
}
</style>
border-color css
<style>
span { border-color: #8AF672; }
span { border-color: rgb(138,246,114); }
td.TdClassName
{
border-color: #8AF672;
}
.TagClassName
{
border-color: #8AF672;
}
</style>