Shades of Pastel Green #7AD870
Tints of Pastel Green #7AD870
RGB
CMYK
RGB Variations
Color information
#7AD870 (or 0x7AD870) is known color: Pastel Green. HEX triplet: 7A, D8 and 70. RGB value is (122,216,112). Sum of RGB (Red+Green+Blue) = 122+216+112=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 216 (84.77% from 255 or 48% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD870 is #85278F. Grayscale: #B0B0B0. Windows color (decimal): -8726416 or 7395450. OLE color: 7395450.
HSL color Cylindrical-coordinate representation of color #7AD870: hue angle of 114.23º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AD870 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 216 | 112 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.15 |
| HSL | 114.23º | 0.57% | 0.64% | - |
| HSV(B) | 114.23º | 0.48% | 0.85% | - |
| XYZ | 35.51 | 54.42 | 23.96 | - |
| YUV | 176.04 | 91.86 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 216 | 112 | 0.44 | 0 | 0.48 | 0.15 | 114.23 | 0.57 | 0.64 |
| Hex | 7A | D8 | 70 | 2C | 0 | 30 | F | 72 | 39 | 40 |
| Octal | 172 | 330 | 160 | 54 | 0 | 60 | 17 | 162 | 71 | 100 |
| Binary | 1111010 | 11011000 | 1110000 | 101100 | 0 | 110000 | 1111 | 1110010 | 111001 | 1000000 |
Color Harmonies of #7AD870
Complementary color
Monochromatic Colors of #7AD870
Black with #7AD870
Text Example
Text Example
White with #7AD870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD870; }
p { color: rgb(122,216,112); }
H1.HeaderClassName
{
color: #7AD870;
}
.AnyTagClassName
{
color: #7AD870;
}
</style>
background-color css
<style>
a { background-color: #7AD870; }
a { background-color: rgb(122,216,112); }
div.DivClassName
{
background-color: #7AD870;
}
.BgClassName
{
background-color: #7AD870;
}
</style>
border-color css
<style>
span { border-color: #7AD870; }
span { border-color: rgb(122,216,112); }
td.TdClassName
{
border-color: #7AD870;
}
.TagClassName
{
border-color: #7AD870;
}
</style>