Shades of Light Green #8AF07A
Tints of Light Green #8AF07A
RGB
CMYK
RGB Variations
Color information
#8AF07A (or 0x8AF07A) is known color: Light Green. HEX triplet: 8A, F0 and 7A. RGB value is (138,240,122). Sum of RGB (Red+Green+Blue) = 138+240+122=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF07A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF07A is #750F85. Grayscale: #C4C4C4. Windows color (decimal): -7671686 or 8056970. OLE color: 8056970.
HSL color Cylindrical-coordinate representation of color #8AF07A: hue angle of 111.86º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8AF07A is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 122 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.06 |
| HSL | 111.86º | 0.8% | 0.71% | - |
| HSV(B) | 111.86º | 0.49% | 0.94% | - |
| XYZ | 45.15 | 69.13 | 29.38 | - |
| YUV | 196.05 | 86.21 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 122 | 0.42 | 0 | 0.49 | 0.06 | 111.86 | 0.8 | 0.71 |
| Hex | 8A | F0 | 7A | 2A | 0 | 31 | 6 | 70 | 50 | 47 |
| Octal | 212 | 360 | 172 | 52 | 0 | 61 | 6 | 160 | 120 | 107 |
| Binary | 10001010 | 11110000 | 1111010 | 101010 | 0 | 110001 | 110 | 1110000 | 1010000 | 1000111 |
Color Harmonies of #8AF07A
Complementary color
Monochromatic Colors of #8AF07A
Black with #8AF07A
Text Example
Text Example
White with #8AF07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF07A; }
p { color: rgb(138,240,122); }
H1.HeaderClassName
{
color: #8AF07A;
}
.AnyTagClassName
{
color: #8AF07A;
}
</style>
background-color css
<style>
a { background-color: #8AF07A; }
a { background-color: rgb(138,240,122); }
div.DivClassName
{
background-color: #8AF07A;
}
.BgClassName
{
background-color: #8AF07A;
}
</style>
border-color css
<style>
span { border-color: #8AF07A; }
span { border-color: rgb(138,240,122); }
td.TdClassName
{
border-color: #8AF07A;
}
.TagClassName
{
border-color: #8AF07A;
}
</style>