Shades of Pastel Green #7AD07C
Tints of Pastel Green #7AD07C
RGB
CMYK
RGB Variations
Color information
#7AD07C (or 0x7AD07C) is known color: Pastel Green. HEX triplet: 7A, D0 and 7C. RGB value is (122,208,124). Sum of RGB (Red+Green+Blue) = 122+208+124=454 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.87% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD07C is #852F83. Grayscale: #ACACAC. Windows color (decimal): -8728452 or 8179834. OLE color: 8179834.
HSL color Cylindrical-coordinate representation of color #7AD07C: hue angle of 121.4º 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 #7AD07C is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 124 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.18 |
| HSL | 121.4º | 0.48% | 0.65% | - |
| HSV(B) | 121.4º | 0.41% | 0.82% | - |
| XYZ | 34.22 | 50.7 | 27.05 | - |
| YUV | 172.71 | 100.51 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 124 | 0.41 | 0 | 0.40 | 0.18 | 121.4 | 0.48 | 0.65 |
| Hex | 7A | D0 | 7C | 29 | 0 | 28 | 12 | 79 | 30 | 41 |
| Octal | 172 | 320 | 174 | 51 | 0 | 50 | 22 | 171 | 60 | 101 |
| Binary | 1111010 | 11010000 | 1111100 | 101001 | 0 | 101000 | 10010 | 1111001 | 110000 | 1000001 |
Color Harmonies of #7AD07C
Complementary color
Monochromatic Colors of #7AD07C
Black with #7AD07C
Text Example
Text Example
White with #7AD07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD07C; }
p { color: rgb(122,208,124); }
H1.HeaderClassName
{
color: #7AD07C;
}
.AnyTagClassName
{
color: #7AD07C;
}
</style>
background-color css
<style>
a { background-color: #7AD07C; }
a { background-color: rgb(122,208,124); }
div.DivClassName
{
background-color: #7AD07C;
}
.BgClassName
{
background-color: #7AD07C;
}
</style>
border-color css
<style>
span { border-color: #7AD07C; }
span { border-color: rgb(122,208,124); }
td.TdClassName
{
border-color: #7AD07C;
}
.TagClassName
{
border-color: #7AD07C;
}
</style>