Shades of Pastel Green #7ACE70
Tints of Pastel Green #7ACE70
RGB
CMYK
RGB Variations
Color information
#7ACE70 (or 0x7ACE70) is known color: Pastel Green. HEX triplet: 7A, CE and 70. RGB value is (122,206,112). Sum of RGB (Red+Green+Blue) = 122+206+112=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACE70 is #85318F. Grayscale: #AAAAAA. Windows color (decimal): -8728976 or 7392890. OLE color: 7392890.
HSL color Cylindrical-coordinate representation of color #7ACE70: hue angle of 113.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7ACE70 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 112 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.19 |
| HSL | 113.62º | 0.49% | 0.62% | - |
| HSV(B) | 113.62º | 0.46% | 0.81% | - |
| XYZ | 33.02 | 49.45 | 23.13 | - |
| YUV | 170.17 | 95.17 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 112 | 0.41 | 0 | 0.46 | 0.19 | 113.62 | 0.49 | 0.62 |
| Hex | 7A | CE | 70 | 29 | 0 | 2E | 13 | 72 | 31 | 3E |
| Octal | 172 | 316 | 160 | 51 | 0 | 56 | 23 | 162 | 61 | 76 |
| Binary | 1111010 | 11001110 | 1110000 | 101001 | 0 | 101110 | 10011 | 1110010 | 110001 | 111110 |
Color Harmonies of #7ACE70
Complementary color
Monochromatic Colors of #7ACE70
Black with #7ACE70
Text Example
Text Example
White with #7ACE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACE70; }
p { color: rgb(122,206,112); }
H1.HeaderClassName
{
color: #7ACE70;
}
.AnyTagClassName
{
color: #7ACE70;
}
</style>
background-color css
<style>
a { background-color: #7ACE70; }
a { background-color: rgb(122,206,112); }
div.DivClassName
{
background-color: #7ACE70;
}
.BgClassName
{
background-color: #7ACE70;
}
</style>
border-color css
<style>
span { border-color: #7ACE70; }
span { border-color: rgb(122,206,112); }
td.TdClassName
{
border-color: #7ACE70;
}
.TagClassName
{
border-color: #7ACE70;
}
</style>