Shades of Pastel Green #7ADE7A
Tints of Pastel Green #7ADE7A
RGB
CMYK
RGB Variations
Color information
#7ADE7A (or 0x7ADE7A) is known color: Pastel Green. HEX triplet: 7A, DE and 7A. RGB value is (122,222,122). Sum of RGB (Red+Green+Blue) = 122+222+122=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADE7A is #852185. Grayscale: #B4B4B4. Windows color (decimal): -8724870 or 8052346. OLE color: 8052346.
HSL color Cylindrical-coordinate representation of color #7ADE7A: hue angle of 120º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADE7A is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 122 | - |
| CMYK | 0.45 | 0 | 0.45 | 0.13 |
| HSL | 120º | 0.6% | 0.67% | - |
| HSV(B) | 120º | 0.45% | 0.87% | - |
| XYZ | 37.66 | 57.79 | 27.58 | - |
| YUV | 180.7 | 94.87 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 122 | 0.45 | 0 | 0.45 | 0.13 | 120 | 0.6 | 0.67 |
| Hex | 7A | DE | 7A | 2D | 0 | 2D | D | 78 | 3C | 43 |
| Octal | 172 | 336 | 172 | 55 | 0 | 55 | 15 | 170 | 74 | 103 |
| Binary | 1111010 | 11011110 | 1111010 | 101101 | 0 | 101101 | 1101 | 1111000 | 111100 | 1000011 |
Color Harmonies of #7ADE7A
Complementary color
Monochromatic Colors of #7ADE7A
Black with #7ADE7A
Text Example
Text Example
White with #7ADE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADE7A; }
p { color: rgb(122,222,122); }
H1.HeaderClassName
{
color: #7ADE7A;
}
.AnyTagClassName
{
color: #7ADE7A;
}
</style>
background-color css
<style>
a { background-color: #7ADE7A; }
a { background-color: rgb(122,222,122); }
div.DivClassName
{
background-color: #7ADE7A;
}
.BgClassName
{
background-color: #7ADE7A;
}
</style>
border-color css
<style>
span { border-color: #7ADE7A; }
span { border-color: rgb(122,222,122); }
td.TdClassName
{
border-color: #7ADE7A;
}
.TagClassName
{
border-color: #7ADE7A;
}
</style>