Shades of Light Green #8AFF7A
Tints of Light Green #8AFF7A
RGB
CMYK
RGB Variations
Color information
#8AFF7A (or 0x8AFF7A) is known color: Light Green. HEX triplet: 8A, FF and 7A. RGB value is (138,255,122). Sum of RGB (Red+Green+Blue) = 138+255+122=515 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.80% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFF7A is #750085. Grayscale: #CDCDCD. Windows color (decimal): -7667846 or 8060810. OLE color: 8060810.
HSL color Cylindrical-coordinate representation of color #8AFF7A: hue angle of 112.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8AFF7A is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 122 | - |
| CMYK | 0.46 | 0 | 0.52 | 0 |
| HSL | 112.78º | 1% | 0.74% | - |
| HSV(B) | 112.78º | 0.52% | 1% | - |
| XYZ | 49.75 | 78.33 | 30.91 | - |
| YUV | 204.86 | 81.24 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 122 | 0.46 | 0 | 0.52 | 0 | 112.78 | 1 | 0.74 |
| Hex | 8A | FF | 7A | 2E | 0 | 34 | 0 | 71 | 64 | 4A |
| Octal | 212 | 377 | 172 | 56 | 0 | 64 | 0 | 161 | 144 | 112 |
| Binary | 10001010 | 11111111 | 1111010 | 101110 | 0 | 110100 | 0 | 1110001 | 1100100 | 1001010 |
Color Harmonies of #8AFF7A
Complementary color
Monochromatic Colors of #8AFF7A
Black with #8AFF7A
Text Example
Text Example
White with #8AFF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFF7A; }
p { color: rgb(138,255,122); }
H1.HeaderClassName
{
color: #8AFF7A;
}
.AnyTagClassName
{
color: #8AFF7A;
}
</style>
background-color css
<style>
a { background-color: #8AFF7A; }
a { background-color: rgb(138,255,122); }
div.DivClassName
{
background-color: #8AFF7A;
}
.BgClassName
{
background-color: #8AFF7A;
}
</style>
border-color css
<style>
span { border-color: #8AFF7A; }
span { border-color: rgb(138,255,122); }
td.TdClassName
{
border-color: #8AFF7A;
}
.TagClassName
{
border-color: #8AFF7A;
}
</style>