Shades of Pastel Green #7ACE71
Tints of Pastel Green #7ACE71
RGB
CMYK
RGB Variations
Color information
#7ACE71 (or 0x7ACE71) is known color: Pastel Green. HEX triplet: 7A, CE and 71. RGB value is (122,206,113). Sum of RGB (Red+Green+Blue) = 122+206+113=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACE71 is #85318E. Grayscale: #AAAAAA. Windows color (decimal): -8728975 or 7458426. OLE color: 7458426.
HSL color Cylindrical-coordinate representation of color #7ACE71: hue angle of 114.19º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ACE71 is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 113 | - |
| CMYK | 0.41 | 0 | 0.45 | 0.19 |
| HSL | 114.19º | 0.49% | 0.63% | - |
| HSV(B) | 114.19º | 0.45% | 0.81% | - |
| XYZ | 33.08 | 49.47 | 23.43 | - |
| YUV | 170.28 | 95.67 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 113 | 0.41 | 0 | 0.45 | 0.19 | 114.19 | 0.49 | 0.63 |
| Hex | 7A | CE | 71 | 29 | 0 | 2D | 13 | 72 | 31 | 3F |
| Octal | 172 | 316 | 161 | 51 | 0 | 55 | 23 | 162 | 61 | 77 |
| Binary | 1111010 | 11001110 | 1110001 | 101001 | 0 | 101101 | 10011 | 1110010 | 110001 | 111111 |
Color Harmonies of #7ACE71
Complementary color
Monochromatic Colors of #7ACE71
Black with #7ACE71
Text Example
Text Example
White with #7ACE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACE71; }
p { color: rgb(122,206,113); }
H1.HeaderClassName
{
color: #7ACE71;
}
.AnyTagClassName
{
color: #7ACE71;
}
</style>
background-color css
<style>
a { background-color: #7ACE71; }
a { background-color: rgb(122,206,113); }
div.DivClassName
{
background-color: #7ACE71;
}
.BgClassName
{
background-color: #7ACE71;
}
</style>
border-color css
<style>
span { border-color: #7ACE71; }
span { border-color: rgb(122,206,113); }
td.TdClassName
{
border-color: #7ACE71;
}
.TagClassName
{
border-color: #7ACE71;
}
</style>