Shades of Pastel Green #7AD078
Tints of Pastel Green #7AD078
RGB
CMYK
RGB Variations
Color information
#7AD078 (or 0x7AD078) is known color: Pastel Green. HEX triplet: 7A, D0 and 78. RGB value is (122,208,120). Sum of RGB (Red+Green+Blue) = 122+208+120=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD078 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD078 is #852F87. Grayscale: #ACACAC. Windows color (decimal): -8728456 or 7917690. OLE color: 7917690.
HSL color Cylindrical-coordinate representation of color #7AD078: hue angle of 118.64º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD078 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 120 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.18 |
| HSL | 118.64º | 0.48% | 0.64% | - |
| HSV(B) | 118.64º | 0.42% | 0.82% | - |
| XYZ | 33.97 | 50.61 | 25.75 | - |
| YUV | 172.25 | 98.51 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 120 | 0.41 | 0 | 0.42 | 0.18 | 118.64 | 0.48 | 0.64 |
| Hex | 7A | D0 | 78 | 29 | 0 | 2A | 12 | 77 | 30 | 40 |
| Octal | 172 | 320 | 170 | 51 | 0 | 52 | 22 | 167 | 60 | 100 |
| Binary | 1111010 | 11010000 | 1111000 | 101001 | 0 | 101010 | 10010 | 1110111 | 110000 | 1000000 |
Color Harmonies of #7AD078
Complementary color
Monochromatic Colors of #7AD078
Black with #7AD078
Text Example
Text Example
White with #7AD078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD078; }
p { color: rgb(122,208,120); }
H1.HeaderClassName
{
color: #7AD078;
}
.AnyTagClassName
{
color: #7AD078;
}
</style>
background-color css
<style>
a { background-color: #7AD078; }
a { background-color: rgb(122,208,120); }
div.DivClassName
{
background-color: #7AD078;
}
.BgClassName
{
background-color: #7AD078;
}
</style>
border-color css
<style>
span { border-color: #7AD078; }
span { border-color: rgb(122,208,120); }
td.TdClassName
{
border-color: #7AD078;
}
.TagClassName
{
border-color: #7AD078;
}
</style>