Shades of Light Green #8AFB7A
Tints of Light Green #8AFB7A
RGB
CMYK
RGB Variations
Color information
#8AFB7A (or 0x8AFB7A) is known color: Light Green. HEX triplet: 8A, FB and 7A. RGB value is (138,251,122). Sum of RGB (Red+Green+Blue) = 138+251+122=511 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.01% from 511); Green value is 251 (98.44% from 255 or 49.12% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFB7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFB7A is #750485. Grayscale: #CACACA. Windows color (decimal): -7668870 or 8059786. OLE color: 8059786.
HSL color Cylindrical-coordinate representation of color #8AFB7A: hue angle of 112.56º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8AFB7A is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 251 | 122 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.02 |
| HSL | 112.56º | 0.94% | 0.73% | - |
| HSV(B) | 112.56º | 0.51% | 0.98% | - |
| XYZ | 48.49 | 75.8 | 30.49 | - |
| YUV | 202.51 | 82.56 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 251 | 122 | 0.45 | 0 | 0.51 | 0.02 | 112.56 | 0.94 | 0.73 |
| Hex | 8A | FB | 7A | 2D | 0 | 33 | 2 | 71 | 5E | 49 |
| Octal | 212 | 373 | 172 | 55 | 0 | 63 | 2 | 161 | 136 | 111 |
| Binary | 10001010 | 11111011 | 1111010 | 101101 | 0 | 110011 | 10 | 1110001 | 1011110 | 1001001 |
Color Harmonies of #8AFB7A
Complementary color
Monochromatic Colors of #8AFB7A
Black with #8AFB7A
Text Example
Text Example
White with #8AFB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFB7A; }
p { color: rgb(138,251,122); }
H1.HeaderClassName
{
color: #8AFB7A;
}
.AnyTagClassName
{
color: #8AFB7A;
}
</style>
background-color css
<style>
a { background-color: #8AFB7A; }
a { background-color: rgb(138,251,122); }
div.DivClassName
{
background-color: #8AFB7A;
}
.BgClassName
{
background-color: #8AFB7A;
}
</style>
border-color css
<style>
span { border-color: #8AFB7A; }
span { border-color: rgb(138,251,122); }
td.TdClassName
{
border-color: #8AFB7A;
}
.TagClassName
{
border-color: #8AFB7A;
}
</style>