Shades of Pastel Green #7AD967
Tints of Pastel Green #7AD967
RGB
CMYK
RGB Variations
Color information
#7AD967 (or 0x7AD967) is known color: Pastel Green. HEX triplet: 7A, D9 and 67. RGB value is (122,217,103). Sum of RGB (Red+Green+Blue) = 122+217+103=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD967 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD967 is #852698. Grayscale: #AFAFAF. Windows color (decimal): -8726169 or 6805882. OLE color: 6805882.
HSL color Cylindrical-coordinate representation of color #7AD967: hue angle of 110º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7AD967 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 217 | 103 | - |
| CMYK | 0.44 | 0 | 0.53 | 0.15 |
| HSL | 110º | 0.6% | 0.63% | - |
| HSV(B) | 110º | 0.53% | 0.85% | - |
| XYZ | 35.29 | 54.74 | 21.54 | - |
| YUV | 175.6 | 87.03 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 103 | 0.44 | 0 | 0.53 | 0.15 | 110 | 0.6 | 0.63 |
| Hex | 7A | D9 | 67 | 2C | 0 | 35 | F | 6E | 3C | 3F |
| Octal | 172 | 331 | 147 | 54 | 0 | 65 | 17 | 156 | 74 | 77 |
| Binary | 1111010 | 11011001 | 1100111 | 101100 | 0 | 110101 | 1111 | 1101110 | 111100 | 111111 |
Color Harmonies of #7AD967
Complementary color
Monochromatic Colors of #7AD967
Black with #7AD967
Text Example
Text Example
White with #7AD967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD967; }
p { color: rgb(122,217,103); }
H1.HeaderClassName
{
color: #7AD967;
}
.AnyTagClassName
{
color: #7AD967;
}
</style>
background-color css
<style>
a { background-color: #7AD967; }
a { background-color: rgb(122,217,103); }
div.DivClassName
{
background-color: #7AD967;
}
.BgClassName
{
background-color: #7AD967;
}
</style>
border-color css
<style>
span { border-color: #7AD967; }
span { border-color: rgb(122,217,103); }
td.TdClassName
{
border-color: #7AD967;
}
.TagClassName
{
border-color: #7AD967;
}
</style>