Shades of Pastel Green #7AD56D
Tints of Pastel Green #7AD56D
RGB
CMYK
RGB Variations
Color information
#7AD56D (or 0x7AD56D) is known color: Pastel Green. HEX triplet: 7A, D5 and 6D. RGB value is (122,213,109). Sum of RGB (Red+Green+Blue) = 122+213+109=444 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.48% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD56D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD56D is #852A92. Grayscale: #AEAEAE. Windows color (decimal): -8727187 or 7198074. OLE color: 7198074.
HSL color Cylindrical-coordinate representation of color #7AD56D: hue angle of 112.5º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AD56D is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 109 | - |
| CMYK | 0.43 | 0 | 0.49 | 0.16 |
| HSL | 112.5º | 0.55% | 0.63% | - |
| HSV(B) | 112.5º | 0.49% | 0.84% | - |
| XYZ | 34.58 | 52.83 | 22.84 | - |
| YUV | 173.94 | 91.35 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 109 | 0.43 | 0 | 0.49 | 0.16 | 112.5 | 0.55 | 0.63 |
| Hex | 7A | D5 | 6D | 2B | 0 | 31 | 10 | 70 | 37 | 3F |
| Octal | 172 | 325 | 155 | 53 | 0 | 61 | 20 | 160 | 67 | 77 |
| Binary | 1111010 | 11010101 | 1101101 | 101011 | 0 | 110001 | 10000 | 1110000 | 110111 | 111111 |
Color Harmonies of #7AD56D
Complementary color
Monochromatic Colors of #7AD56D
Black with #7AD56D
Text Example
Text Example
White with #7AD56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD56D; }
p { color: rgb(122,213,109); }
H1.HeaderClassName
{
color: #7AD56D;
}
.AnyTagClassName
{
color: #7AD56D;
}
</style>
background-color css
<style>
a { background-color: #7AD56D; }
a { background-color: rgb(122,213,109); }
div.DivClassName
{
background-color: #7AD56D;
}
.BgClassName
{
background-color: #7AD56D;
}
</style>
border-color css
<style>
span { border-color: #7AD56D; }
span { border-color: rgb(122,213,109); }
td.TdClassName
{
border-color: #7AD56D;
}
.TagClassName
{
border-color: #7AD56D;
}
</style>