Shades of Pastel Green #7AD07A
Tints of Pastel Green #7AD07A
RGB
CMYK
RGB Variations
Color information
#7AD07A (or 0x7AD07A) is known color: Pastel Green. HEX triplet: 7A, D0 and 7A. RGB value is (122,208,122). Sum of RGB (Red+Green+Blue) = 122+208+122=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD07A is #852F85. Grayscale: #ACACAC. Windows color (decimal): -8728454 or 8048762. OLE color: 8048762.
HSL color Cylindrical-coordinate representation of color #7AD07A: hue angle of 120º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AD07A is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 122 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.18 |
| HSL | 120º | 0.48% | 0.65% | - |
| HSV(B) | 120º | 0.41% | 0.82% | - |
| XYZ | 34.09 | 50.65 | 26.39 | - |
| YUV | 172.48 | 99.51 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 122 | 0.41 | 0 | 0.41 | 0.18 | 120 | 0.48 | 0.65 |
| Hex | 7A | D0 | 7A | 29 | 0 | 29 | 12 | 78 | 30 | 41 |
| Octal | 172 | 320 | 172 | 51 | 0 | 51 | 22 | 170 | 60 | 101 |
| Binary | 1111010 | 11010000 | 1111010 | 101001 | 0 | 101001 | 10010 | 1111000 | 110000 | 1000001 |
Color Harmonies of #7AD07A
Complementary color
Monochromatic Colors of #7AD07A
Black with #7AD07A
Text Example
Text Example
White with #7AD07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD07A; }
p { color: rgb(122,208,122); }
H1.HeaderClassName
{
color: #7AD07A;
}
.AnyTagClassName
{
color: #7AD07A;
}
</style>
background-color css
<style>
a { background-color: #7AD07A; }
a { background-color: rgb(122,208,122); }
div.DivClassName
{
background-color: #7AD07A;
}
.BgClassName
{
background-color: #7AD07A;
}
</style>
border-color css
<style>
span { border-color: #7AD07A; }
span { border-color: rgb(122,208,122); }
td.TdClassName
{
border-color: #7AD07A;
}
.TagClassName
{
border-color: #7AD07A;
}
</style>