Shades of Pastel Green #7AD17D
Tints of Pastel Green #7AD17D
RGB
CMYK
RGB Variations
Color information
#7AD17D (or 0x7AD17D) is known color: Pastel Green. HEX triplet: 7A, D1 and 7D. RGB value is (122,209,125). Sum of RGB (Red+Green+Blue) = 122+209+125=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 209 (82.03% from 255 or 45.83% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD17D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD17D is #852E82. Grayscale: #ADADAD. Windows color (decimal): -8728195 or 8245626. OLE color: 8245626.
HSL color Cylindrical-coordinate representation of color #7AD17D: hue angle of 122.07º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD17D is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 209 | 125 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.18 |
| HSL | 122.07º | 0.49% | 0.65% | - |
| HSV(B) | 122.07º | 0.42% | 0.82% | - |
| XYZ | 34.53 | 51.22 | 27.47 | - |
| YUV | 173.41 | 100.68 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 209 | 125 | 0.42 | 0 | 0.40 | 0.18 | 122.07 | 0.49 | 0.65 |
| Hex | 7A | D1 | 7D | 2A | 0 | 28 | 12 | 7A | 31 | 41 |
| Octal | 172 | 321 | 175 | 52 | 0 | 50 | 22 | 172 | 61 | 101 |
| Binary | 1111010 | 11010001 | 1111101 | 101010 | 0 | 101000 | 10010 | 1111010 | 110001 | 1000001 |
Color Harmonies of #7AD17D
Complementary color
Monochromatic Colors of #7AD17D
Black with #7AD17D
Text Example
Text Example
White with #7AD17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD17D; }
p { color: rgb(122,209,125); }
H1.HeaderClassName
{
color: #7AD17D;
}
.AnyTagClassName
{
color: #7AD17D;
}
</style>
background-color css
<style>
a { background-color: #7AD17D; }
a { background-color: rgb(122,209,125); }
div.DivClassName
{
background-color: #7AD17D;
}
.BgClassName
{
background-color: #7AD17D;
}
</style>
border-color css
<style>
span { border-color: #7AD17D; }
span { border-color: rgb(122,209,125); }
td.TdClassName
{
border-color: #7AD17D;
}
.TagClassName
{
border-color: #7AD17D;
}
</style>