Shades of Pastel Green #7AD175
Tints of Pastel Green #7AD175
RGB
CMYK
RGB Variations
Color information
#7AD175 (or 0x7AD175) is known color: Pastel Green. HEX triplet: 7A, D1 and 75. RGB value is (122,209,117). Sum of RGB (Red+Green+Blue) = 122+209+117=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD175 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD175 is #852E8A. Grayscale: #ACACAC. Windows color (decimal): -8728203 or 7721338. OLE color: 7721338.
HSL color Cylindrical-coordinate representation of color #7AD175: hue angle of 116.74º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AD175 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 209 | 117 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.18 |
| HSL | 116.74º | 0.5% | 0.64% | - |
| HSV(B) | 116.74º | 0.44% | 0.82% | - |
| XYZ | 34.04 | 51.02 | 24.88 | - |
| YUV | 172.5 | 96.68 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 209 | 117 | 0.42 | 0 | 0.44 | 0.18 | 116.74 | 0.5 | 0.64 |
| Hex | 7A | D1 | 75 | 2A | 0 | 2C | 12 | 75 | 32 | 40 |
| Octal | 172 | 321 | 165 | 52 | 0 | 54 | 22 | 165 | 62 | 100 |
| Binary | 1111010 | 11010001 | 1110101 | 101010 | 0 | 101100 | 10010 | 1110101 | 110010 | 1000000 |
Color Harmonies of #7AD175
Complementary color
Monochromatic Colors of #7AD175
Black with #7AD175
Text Example
Text Example
White with #7AD175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD175; }
p { color: rgb(122,209,117); }
H1.HeaderClassName
{
color: #7AD175;
}
.AnyTagClassName
{
color: #7AD175;
}
</style>
background-color css
<style>
a { background-color: #7AD175; }
a { background-color: rgb(122,209,117); }
div.DivClassName
{
background-color: #7AD175;
}
.BgClassName
{
background-color: #7AD175;
}
</style>
border-color css
<style>
span { border-color: #7AD175; }
span { border-color: rgb(122,209,117); }
td.TdClassName
{
border-color: #7AD175;
}
.TagClassName
{
border-color: #7AD175;
}
</style>