Shades of Light Green #7AEB93
Tints of Light Green #7AEB93
RGB
CMYK
RGB Variations
Color information
#7AEB93 (or 0x7AEB93) is known color: Light Green. HEX triplet: 7A, EB and 93. RGB value is (122,235,147). Sum of RGB (Red+Green+Blue) = 122+235+147=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 235 - color contains mainly: green. Hex color #7AEB93 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AEB93 is #85146C. Grayscale: #BFBFBF. Windows color (decimal): -8721517 or 9694074. OLE color: 9694074.
HSL color Cylindrical-coordinate representation of color #7AEB93: hue angle of 133.27º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AEB93 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 235 | 147 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.08 |
| HSL | 133.27º | 0.74% | 0.7% | - |
| HSV(B) | 133.27º | 0.48% | 0.92% | - |
| XYZ | 43 | 65.66 | 38.01 | - |
| YUV | 191.18 | 103.06 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 235 | 147 | 0.48 | 0 | 0.37 | 0.08 | 133.27 | 0.74 | 0.7 |
| Hex | 7A | EB | 93 | 30 | 0 | 25 | 8 | 85 | 4A | 46 |
| Octal | 172 | 353 | 223 | 60 | 0 | 45 | 10 | 205 | 112 | 106 |
| Binary | 1111010 | 11101011 | 10010011 | 110000 | 0 | 100101 | 1000 | 10000101 | 1001010 | 1000110 |
Color Harmonies of #7AEB93
Complementary color
Monochromatic Colors of #7AEB93
Black with #7AEB93
Text Example
Text Example
White with #7AEB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEB93; }
p { color: rgb(122,235,147); }
H1.HeaderClassName
{
color: #7AEB93;
}
.AnyTagClassName
{
color: #7AEB93;
}
</style>
background-color css
<style>
a { background-color: #7AEB93; }
a { background-color: rgb(122,235,147); }
div.DivClassName
{
background-color: #7AEB93;
}
.BgClassName
{
background-color: #7AEB93;
}
</style>
border-color css
<style>
span { border-color: #7AEB93; }
span { border-color: rgb(122,235,147); }
td.TdClassName
{
border-color: #7AEB93;
}
.TagClassName
{
border-color: #7AEB93;
}
</style>