Shades of Pastel Green #7AC870
Tints of Pastel Green #7AC870
RGB
CMYK
RGB Variations
Color information
#7AC870 (or 0x7AC870) is known color: Pastel Green. HEX triplet: 7A, C8 and 70. RGB value is (122,200,112). Sum of RGB (Red+Green+Blue) = 122+200+112=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 200 (78.52% from 255 or 46.08% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 200 - color contains mainly: green. Hex color #7AC870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC870 is #85378F. Grayscale: #A6A6A6. Windows color (decimal): -8730512 or 7391354. OLE color: 7391354.
HSL color Cylindrical-coordinate representation of color #7AC870: hue angle of 113.18º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AC870 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 200 | 112 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.22 |
| HSL | 113.18º | 0.44% | 0.61% | - |
| HSV(B) | 113.18º | 0.44% | 0.78% | - |
| XYZ | 31.6 | 46.62 | 22.66 | - |
| YUV | 166.65 | 97.16 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 200 | 112 | 0.39 | 0 | 0.44 | 0.22 | 113.18 | 0.44 | 0.61 |
| Hex | 7A | C8 | 70 | 27 | 0 | 2C | 16 | 71 | 2C | 3D |
| Octal | 172 | 310 | 160 | 47 | 0 | 54 | 26 | 161 | 54 | 75 |
| Binary | 1111010 | 11001000 | 1110000 | 100111 | 0 | 101100 | 10110 | 1110001 | 101100 | 111101 |
Color Harmonies of #7AC870
Complementary color
Monochromatic Colors of #7AC870
Black with #7AC870
Text Example
Text Example
White with #7AC870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC870; }
p { color: rgb(122,200,112); }
H1.HeaderClassName
{
color: #7AC870;
}
.AnyTagClassName
{
color: #7AC870;
}
</style>
background-color css
<style>
a { background-color: #7AC870; }
a { background-color: rgb(122,200,112); }
div.DivClassName
{
background-color: #7AC870;
}
.BgClassName
{
background-color: #7AC870;
}
</style>
border-color css
<style>
span { border-color: #7AC870; }
span { border-color: rgb(122,200,112); }
td.TdClassName
{
border-color: #7AC870;
}
.TagClassName
{
border-color: #7AC870;
}
</style>