Shades of Pastel Green #7AD172
Tints of Pastel Green #7AD172
RGB
CMYK
RGB Variations
Color information
#7AD172 (or 0x7AD172) is known color: Pastel Green. HEX triplet: 7A, D1 and 72. RGB value is (122,209,114). Sum of RGB (Red+Green+Blue) = 122+209+114=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD172 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD172 is #852E8D. Grayscale: #ACACAC. Windows color (decimal): -8728206 or 7524730. OLE color: 7524730.
HSL color Cylindrical-coordinate representation of color #7AD172: hue angle of 114.95º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AD172 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 209 | 114 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.18 |
| HSL | 114.95º | 0.51% | 0.63% | - |
| HSV(B) | 114.95º | 0.45% | 0.82% | - |
| XYZ | 33.86 | 50.95 | 23.97 | - |
| YUV | 172.16 | 95.18 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 209 | 114 | 0.42 | 0 | 0.45 | 0.18 | 114.95 | 0.51 | 0.63 |
| Hex | 7A | D1 | 72 | 2A | 0 | 2D | 12 | 73 | 33 | 3F |
| Octal | 172 | 321 | 162 | 52 | 0 | 55 | 22 | 163 | 63 | 77 |
| Binary | 1111010 | 11010001 | 1110010 | 101010 | 0 | 101101 | 10010 | 1110011 | 110011 | 111111 |
Color Harmonies of #7AD172
Complementary color
Monochromatic Colors of #7AD172
Black with #7AD172
Text Example
Text Example
White with #7AD172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD172; }
p { color: rgb(122,209,114); }
H1.HeaderClassName
{
color: #7AD172;
}
.AnyTagClassName
{
color: #7AD172;
}
</style>
background-color css
<style>
a { background-color: #7AD172; }
a { background-color: rgb(122,209,114); }
div.DivClassName
{
background-color: #7AD172;
}
.BgClassName
{
background-color: #7AD172;
}
</style>
border-color css
<style>
span { border-color: #7AD172; }
span { border-color: rgb(122,209,114); }
td.TdClassName
{
border-color: #7AD172;
}
.TagClassName
{
border-color: #7AD172;
}
</style>