Shades of Pastel Green #7AD26F
Tints of Pastel Green #7AD26F
RGB
CMYK
RGB Variations
Color information
#7AD26F (or 0x7AD26F) is known color: Pastel Green. HEX triplet: 7A, D2 and 6F. RGB value is (122,210,111). Sum of RGB (Red+Green+Blue) = 122+210+111=443 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.54% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD26F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD26F is #852D90. Grayscale: #ACACAC. Windows color (decimal): -8727953 or 7328378. OLE color: 7328378.
HSL color Cylindrical-coordinate representation of color #7AD26F: hue angle of 113.33º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AD26F is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 111 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.18 |
| HSL | 113.33º | 0.52% | 0.63% | - |
| HSV(B) | 113.33º | 0.47% | 0.82% | - |
| XYZ | 33.94 | 51.38 | 23.17 | - |
| YUV | 172.4 | 93.35 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 111 | 0.42 | 0 | 0.47 | 0.18 | 113.33 | 0.52 | 0.63 |
| Hex | 7A | D2 | 6F | 2A | 0 | 2F | 12 | 71 | 34 | 3F |
| Octal | 172 | 322 | 157 | 52 | 0 | 57 | 22 | 161 | 64 | 77 |
| Binary | 1111010 | 11010010 | 1101111 | 101010 | 0 | 101111 | 10010 | 1110001 | 110100 | 111111 |
Color Harmonies of #7AD26F
Complementary color
Monochromatic Colors of #7AD26F
Black with #7AD26F
Text Example
Text Example
White with #7AD26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD26F; }
p { color: rgb(122,210,111); }
H1.HeaderClassName
{
color: #7AD26F;
}
.AnyTagClassName
{
color: #7AD26F;
}
</style>
background-color css
<style>
a { background-color: #7AD26F; }
a { background-color: rgb(122,210,111); }
div.DivClassName
{
background-color: #7AD26F;
}
.BgClassName
{
background-color: #7AD26F;
}
</style>
border-color css
<style>
span { border-color: #7AD26F; }
span { border-color: rgb(122,210,111); }
td.TdClassName
{
border-color: #7AD26F;
}
.TagClassName
{
border-color: #7AD26F;
}
</style>