Shades of Light Green #8AF574
Tints of Light Green #8AF574
RGB
CMYK
RGB Variations
Color information
#8AF574 (or 0x8AF574) is known color: Light Green. HEX triplet: 8A, F5 and 74. RGB value is (138,245,116). Sum of RGB (Red+Green+Blue) = 138+245+116=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF574 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF574 is #750A8B. Grayscale: #C6C6C6. Windows color (decimal): -7670412 or 7665034. OLE color: 7665034.
HSL color Cylindrical-coordinate representation of color #8AF574: hue angle of 109.77º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8AF574 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 245 | 116 | - |
| CMYK | 0.44 | 0 | 0.53 | 0.04 |
| HSL | 109.77º | 0.87% | 0.71% | - |
| HSV(B) | 109.77º | 0.53% | 0.96% | - |
| XYZ | 46.29 | 71.97 | 27.97 | - |
| YUV | 198.3 | 81.55 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 245 | 116 | 0.44 | 0 | 0.53 | 0.04 | 109.77 | 0.87 | 0.71 |
| Hex | 8A | F5 | 74 | 2C | 0 | 35 | 4 | 6E | 57 | 47 |
| Octal | 212 | 365 | 164 | 54 | 0 | 65 | 4 | 156 | 127 | 107 |
| Binary | 10001010 | 11110101 | 1110100 | 101100 | 0 | 110101 | 100 | 1101110 | 1010111 | 1000111 |
Color Harmonies of #8AF574
Complementary color
Monochromatic Colors of #8AF574
Black with #8AF574
Text Example
Text Example
White with #8AF574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF574; }
p { color: rgb(138,245,116); }
H1.HeaderClassName
{
color: #8AF574;
}
.AnyTagClassName
{
color: #8AF574;
}
</style>
background-color css
<style>
a { background-color: #8AF574; }
a { background-color: rgb(138,245,116); }
div.DivClassName
{
background-color: #8AF574;
}
.BgClassName
{
background-color: #8AF574;
}
</style>
border-color css
<style>
span { border-color: #8AF574; }
span { border-color: rgb(138,245,116); }
td.TdClassName
{
border-color: #8AF574;
}
.TagClassName
{
border-color: #8AF574;
}
</style>