Shades of Pastel Green #7AD47A
Tints of Pastel Green #7AD47A
RGB
CMYK
RGB Variations
Color information
#7AD47A (or 0x7AD47A) is known color: Pastel Green. HEX triplet: 7A, D4 and 7A. RGB value is (122,212,122). Sum of RGB (Red+Green+Blue) = 122+212+122=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD47A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD47A is #852B85. Grayscale: #AFAFAF. Windows color (decimal): -8727430 or 8049786. OLE color: 8049786.
HSL color Cylindrical-coordinate representation of color #7AD47A: hue angle of 120º degrees, saturation: 0.51, 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 #7AD47A is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 212 | 122 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.17 |
| HSL | 120º | 0.51% | 0.65% | - |
| HSV(B) | 120º | 0.42% | 0.83% | - |
| XYZ | 35.08 | 52.63 | 26.72 | - |
| YUV | 174.83 | 98.18 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 212 | 122 | 0.42 | 0 | 0.42 | 0.17 | 120 | 0.51 | 0.65 |
| Hex | 7A | D4 | 7A | 2A | 0 | 2A | 11 | 78 | 33 | 41 |
| Octal | 172 | 324 | 172 | 52 | 0 | 52 | 21 | 170 | 63 | 101 |
| Binary | 1111010 | 11010100 | 1111010 | 101010 | 0 | 101010 | 10001 | 1111000 | 110011 | 1000001 |
Color Harmonies of #7AD47A
Complementary color
Monochromatic Colors of #7AD47A
Black with #7AD47A
Text Example
Text Example
White with #7AD47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD47A; }
p { color: rgb(122,212,122); }
H1.HeaderClassName
{
color: #7AD47A;
}
.AnyTagClassName
{
color: #7AD47A;
}
</style>
background-color css
<style>
a { background-color: #7AD47A; }
a { background-color: rgb(122,212,122); }
div.DivClassName
{
background-color: #7AD47A;
}
.BgClassName
{
background-color: #7AD47A;
}
</style>
border-color css
<style>
span { border-color: #7AD47A; }
span { border-color: rgb(122,212,122); }
td.TdClassName
{
border-color: #7AD47A;
}
.TagClassName
{
border-color: #7AD47A;
}
</style>