Shades of Pastel Green #7AD37A
Tints of Pastel Green #7AD37A
RGB
CMYK
RGB Variations
Color information
#7AD37A (or 0x7AD37A) is known color: Pastel Green. HEX triplet: 7A, D3 and 7A. RGB value is (122,211,122). Sum of RGB (Red+Green+Blue) = 122+211+122=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD37A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD37A is #852C85. Grayscale: #AEAEAE. Windows color (decimal): -8727686 or 8049530. OLE color: 8049530.
HSL color Cylindrical-coordinate representation of color #7AD37A: hue angle of 120º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD37A is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 211 | 122 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.17 |
| HSL | 120º | 0.5% | 0.65% | - |
| HSV(B) | 120º | 0.42% | 0.83% | - |
| XYZ | 34.83 | 52.13 | 26.64 | - |
| YUV | 174.24 | 98.51 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 122 | 0.42 | 0 | 0.42 | 0.17 | 120 | 0.5 | 0.65 |
| Hex | 7A | D3 | 7A | 2A | 0 | 2A | 11 | 78 | 32 | 41 |
| Octal | 172 | 323 | 172 | 52 | 0 | 52 | 21 | 170 | 62 | 101 |
| Binary | 1111010 | 11010011 | 1111010 | 101010 | 0 | 101010 | 10001 | 1111000 | 110010 | 1000001 |
Color Harmonies of #7AD37A
Complementary color
Monochromatic Colors of #7AD37A
Black with #7AD37A
Text Example
Text Example
White with #7AD37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD37A; }
p { color: rgb(122,211,122); }
H1.HeaderClassName
{
color: #7AD37A;
}
.AnyTagClassName
{
color: #7AD37A;
}
</style>
background-color css
<style>
a { background-color: #7AD37A; }
a { background-color: rgb(122,211,122); }
div.DivClassName
{
background-color: #7AD37A;
}
.BgClassName
{
background-color: #7AD37A;
}
</style>
border-color css
<style>
span { border-color: #7AD37A; }
span { border-color: rgb(122,211,122); }
td.TdClassName
{
border-color: #7AD37A;
}
.TagClassName
{
border-color: #7AD37A;
}
</style>