Shades of Light Green #8AF08A
Tints of Light Green #8AF08A
RGB
CMYK
RGB Variations
Color information
#8AF08A (or 0x8AF08A) is known color: Light Green. HEX triplet: 8A, F0 and 8A. RGB value is (138,240,138). Sum of RGB (Red+Green+Blue) = 138+240+138=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF08A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF08A is #750F75. Grayscale: #C6C6C6. Windows color (decimal): -7671670 or 9105546. OLE color: 9105546.
HSL color Cylindrical-coordinate representation of color #8AF08A: hue angle of 120º 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 #8AF08A is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 138 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.06 |
| HSL | 120º | 0.77% | 0.74% | - |
| HSV(B) | 120º | 0.43% | 0.94% | - |
| XYZ | 46.23 | 69.56 | 35.03 | - |
| YUV | 197.87 | 94.21 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 138 | 0.42 | 0 | 0.42 | 0.06 | 120 | 0.77 | 0.74 |
| Hex | 8A | F0 | 8A | 2A | 0 | 2A | 6 | 78 | 4D | 4A |
| Octal | 212 | 360 | 212 | 52 | 0 | 52 | 6 | 170 | 115 | 112 |
| Binary | 10001010 | 11110000 | 10001010 | 101010 | 0 | 101010 | 110 | 1111000 | 1001101 | 1001010 |
Color Harmonies of #8AF08A
Complementary color
Monochromatic Colors of #8AF08A
Black with #8AF08A
Text Example
Text Example
White with #8AF08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF08A; }
p { color: rgb(138,240,138); }
H1.HeaderClassName
{
color: #8AF08A;
}
.AnyTagClassName
{
color: #8AF08A;
}
</style>
background-color css
<style>
a { background-color: #8AF08A; }
a { background-color: rgb(138,240,138); }
div.DivClassName
{
background-color: #8AF08A;
}
.BgClassName
{
background-color: #8AF08A;
}
</style>
border-color css
<style>
span { border-color: #8AF08A; }
span { border-color: rgb(138,240,138); }
td.TdClassName
{
border-color: #8AF08A;
}
.TagClassName
{
border-color: #8AF08A;
}
</style>