Shades of Light Green #8AF09D
Tints of Light Green #8AF09D
RGB
CMYK
RGB Variations
Color information
#8AF09D (or 0x8AF09D) is known color: Light Green. HEX triplet: 8A, F0 and 9D. RGB value is (138,240,157). Sum of RGB (Red+Green+Blue) = 138+240+157=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF09D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF09D is #750F62. Grayscale: #C8C8C8. Windows color (decimal): -7671651 or 10350730. OLE color: 10350730.
HSL color Cylindrical-coordinate representation of color #8AF09D: hue angle of 131.18º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF09D is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 157 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.06 |
| HSL | 131.18º | 0.77% | 0.74% | - |
| HSV(B) | 131.18º | 0.43% | 0.94% | - |
| XYZ | 47.73 | 70.16 | 42.92 | - |
| YUV | 200.04 | 103.71 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 157 | 0.42 | 0 | 0.35 | 0.06 | 131.18 | 0.77 | 0.74 |
| Hex | 8A | F0 | 9D | 2A | 0 | 23 | 6 | 83 | 4D | 4A |
| Octal | 212 | 360 | 235 | 52 | 0 | 43 | 6 | 203 | 115 | 112 |
| Binary | 10001010 | 11110000 | 10011101 | 101010 | 0 | 100011 | 110 | 10000011 | 1001101 | 1001010 |
Color Harmonies of #8AF09D
Complementary color
Monochromatic Colors of #8AF09D
Black with #8AF09D
Text Example
Text Example
White with #8AF09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF09D; }
p { color: rgb(138,240,157); }
H1.HeaderClassName
{
color: #8AF09D;
}
.AnyTagClassName
{
color: #8AF09D;
}
</style>
background-color css
<style>
a { background-color: #8AF09D; }
a { background-color: rgb(138,240,157); }
div.DivClassName
{
background-color: #8AF09D;
}
.BgClassName
{
background-color: #8AF09D;
}
</style>
border-color css
<style>
span { border-color: #8AF09D; }
span { border-color: rgb(138,240,157); }
td.TdClassName
{
border-color: #8AF09D;
}
.TagClassName
{
border-color: #8AF09D;
}
</style>