Shades of Pastel Green #7AD476
Tints of Pastel Green #7AD476
RGB
CMYK
RGB Variations
Color information
#7AD476 (or 0x7AD476) is known color: Pastel Green. HEX triplet: 7A, D4 and 76. RGB value is (122,212,118). Sum of RGB (Red+Green+Blue) = 122+212+118=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD476 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD476 is #852B89. Grayscale: #AEAEAE. Windows color (decimal): -8727434 or 7787642. OLE color: 7787642.
HSL color Cylindrical-coordinate representation of color #7AD476: hue angle of 117.45º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AD476 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 212 | 118 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.17 |
| HSL | 117.45º | 0.52% | 0.65% | - |
| HSV(B) | 117.45º | 0.44% | 0.83% | - |
| XYZ | 34.84 | 52.53 | 25.44 | - |
| YUV | 174.37 | 96.18 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 212 | 118 | 0.42 | 0 | 0.44 | 0.17 | 117.45 | 0.52 | 0.65 |
| Hex | 7A | D4 | 76 | 2A | 0 | 2C | 11 | 75 | 34 | 41 |
| Octal | 172 | 324 | 166 | 52 | 0 | 54 | 21 | 165 | 64 | 101 |
| Binary | 1111010 | 11010100 | 1110110 | 101010 | 0 | 101100 | 10001 | 1110101 | 110100 | 1000001 |
Color Harmonies of #7AD476
Complementary color
Monochromatic Colors of #7AD476
Black with #7AD476
Text Example
Text Example
White with #7AD476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD476; }
p { color: rgb(122,212,118); }
H1.HeaderClassName
{
color: #7AD476;
}
.AnyTagClassName
{
color: #7AD476;
}
</style>
background-color css
<style>
a { background-color: #7AD476; }
a { background-color: rgb(122,212,118); }
div.DivClassName
{
background-color: #7AD476;
}
.BgClassName
{
background-color: #7AD476;
}
</style>
border-color css
<style>
span { border-color: #7AD476; }
span { border-color: rgb(122,212,118); }
td.TdClassName
{
border-color: #7AD476;
}
.TagClassName
{
border-color: #7AD476;
}
</style>