Shades of Pastel Green #7AD470
Tints of Pastel Green #7AD470
RGB
CMYK
RGB Variations
Color information
#7AD470 (or 0x7AD470) is known color: Pastel Green. HEX triplet: 7A, D4 and 70. RGB value is (122,212,112). Sum of RGB (Red+Green+Blue) = 122+212+112=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 212 (83.20% from 255 or 47.53% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD470 is #852B8F. Grayscale: #AEAEAE. Windows color (decimal): -8727440 or 7394426. OLE color: 7394426.
HSL color Cylindrical-coordinate representation of color #7AD470: hue angle of 114º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AD470 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 212 | 112 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.17 |
| HSL | 114º | 0.54% | 0.64% | - |
| HSV(B) | 114º | 0.47% | 0.83% | - |
| XYZ | 34.49 | 52.39 | 23.62 | - |
| YUV | 173.69 | 93.18 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 212 | 112 | 0.42 | 0 | 0.47 | 0.17 | 114 | 0.54 | 0.64 |
| Hex | 7A | D4 | 70 | 2A | 0 | 2F | 11 | 72 | 36 | 40 |
| Octal | 172 | 324 | 160 | 52 | 0 | 57 | 21 | 162 | 66 | 100 |
| Binary | 1111010 | 11010100 | 1110000 | 101010 | 0 | 101111 | 10001 | 1110010 | 110110 | 1000000 |
Color Harmonies of #7AD470
Complementary color
Monochromatic Colors of #7AD470
Black with #7AD470
Text Example
Text Example
White with #7AD470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD470; }
p { color: rgb(122,212,112); }
H1.HeaderClassName
{
color: #7AD470;
}
.AnyTagClassName
{
color: #7AD470;
}
</style>
background-color css
<style>
a { background-color: #7AD470; }
a { background-color: rgb(122,212,112); }
div.DivClassName
{
background-color: #7AD470;
}
.BgClassName
{
background-color: #7AD470;
}
</style>
border-color css
<style>
span { border-color: #7AD470; }
span { border-color: rgb(122,212,112); }
td.TdClassName
{
border-color: #7AD470;
}
.TagClassName
{
border-color: #7AD470;
}
</style>