Shades of Light Green #8AF08C
Tints of Light Green #8AF08C
RGB
CMYK
RGB Variations
Color information
#8AF08C (or 0x8AF08C) is known color: Light Green. HEX triplet: 8A, F0 and 8C. RGB value is (138,240,140). Sum of RGB (Red+Green+Blue) = 138+240+140=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF08C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF08C is #750F73. Grayscale: #C6C6C6. Windows color (decimal): -7671668 or 9236618. OLE color: 9236618.
HSL color Cylindrical-coordinate representation of color #8AF08C: hue angle of 121.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 #8AF08C is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 140 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.06 |
| HSL | 121.18º | 0.77% | 0.74% | - |
| HSV(B) | 121.18º | 0.43% | 0.94% | - |
| XYZ | 46.37 | 69.62 | 35.8 | - |
| YUV | 198.1 | 95.21 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 140 | 0.42 | 0 | 0.42 | 0.06 | 121.18 | 0.77 | 0.74 |
| Hex | 8A | F0 | 8C | 2A | 0 | 2A | 6 | 79 | 4D | 4A |
| Octal | 212 | 360 | 214 | 52 | 0 | 52 | 6 | 171 | 115 | 112 |
| Binary | 10001010 | 11110000 | 10001100 | 101010 | 0 | 101010 | 110 | 1111001 | 1001101 | 1001010 |
Color Harmonies of #8AF08C
Complementary color
Monochromatic Colors of #8AF08C
Black with #8AF08C
Text Example
Text Example
White with #8AF08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF08C; }
p { color: rgb(138,240,140); }
H1.HeaderClassName
{
color: #8AF08C;
}
.AnyTagClassName
{
color: #8AF08C;
}
</style>
background-color css
<style>
a { background-color: #8AF08C; }
a { background-color: rgb(138,240,140); }
div.DivClassName
{
background-color: #8AF08C;
}
.BgClassName
{
background-color: #8AF08C;
}
</style>
border-color css
<style>
span { border-color: #8AF08C; }
span { border-color: rgb(138,240,140); }
td.TdClassName
{
border-color: #8AF08C;
}
.TagClassName
{
border-color: #8AF08C;
}
</style>