Shades of Pastel Green #7AD26C
Tints of Pastel Green #7AD26C
RGB
CMYK
RGB Variations
Color information
#7AD26C (or 0x7AD26C) is known color: Pastel Green. HEX triplet: 7A, D2 and 6C. RGB value is (122,210,108). Sum of RGB (Red+Green+Blue) = 122+210+108=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD26C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD26C is #852D93. Grayscale: #ACACAC. Windows color (decimal): -8727956 or 7131770. OLE color: 7131770.
HSL color Cylindrical-coordinate representation of color #7AD26C: hue angle of 111.76º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AD26C is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 108 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.18 |
| HSL | 111.76º | 0.53% | 0.62% | - |
| HSV(B) | 111.76º | 0.49% | 0.82% | - |
| XYZ | 33.78 | 51.31 | 22.31 | - |
| YUV | 172.06 | 91.85 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 108 | 0.42 | 0 | 0.49 | 0.18 | 111.76 | 0.53 | 0.62 |
| Hex | 7A | D2 | 6C | 2A | 0 | 31 | 12 | 70 | 35 | 3E |
| Octal | 172 | 322 | 154 | 52 | 0 | 61 | 22 | 160 | 65 | 76 |
| Binary | 1111010 | 11010010 | 1101100 | 101010 | 0 | 110001 | 10010 | 1110000 | 110101 | 111110 |
Color Harmonies of #7AD26C
Complementary color
Monochromatic Colors of #7AD26C
Black with #7AD26C
Text Example
Text Example
White with #7AD26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD26C; }
p { color: rgb(122,210,108); }
H1.HeaderClassName
{
color: #7AD26C;
}
.AnyTagClassName
{
color: #7AD26C;
}
</style>
background-color css
<style>
a { background-color: #7AD26C; }
a { background-color: rgb(122,210,108); }
div.DivClassName
{
background-color: #7AD26C;
}
.BgClassName
{
background-color: #7AD26C;
}
</style>
border-color css
<style>
span { border-color: #7AD26C; }
span { border-color: rgb(122,210,108); }
td.TdClassName
{
border-color: #7AD26C;
}
.TagClassName
{
border-color: #7AD26C;
}
</style>