Shades of Pastel Green #7ACE7A
Tints of Pastel Green #7ACE7A
RGB
CMYK
RGB Variations
Color information
#7ACE7A (or 0x7ACE7A) is known color: Pastel Green. HEX triplet: 7A, CE and 7A. RGB value is (122,206,122). Sum of RGB (Red+Green+Blue) = 122+206+122=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACE7A is #853185. Grayscale: #ABABAB. Windows color (decimal): -8728966 or 8048250. OLE color: 8048250.
HSL color Cylindrical-coordinate representation of color #7ACE7A: hue angle of 120º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ACE7A is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 122 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.19 |
| HSL | 120º | 0.46% | 0.64% | - |
| HSV(B) | 120º | 0.41% | 0.81% | - |
| XYZ | 33.61 | 49.69 | 26.23 | - |
| YUV | 171.31 | 100.17 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 122 | 0.41 | 0 | 0.41 | 0.19 | 120 | 0.46 | 0.64 |
| Hex | 7A | CE | 7A | 29 | 0 | 29 | 13 | 78 | 2E | 40 |
| Octal | 172 | 316 | 172 | 51 | 0 | 51 | 23 | 170 | 56 | 100 |
| Binary | 1111010 | 11001110 | 1111010 | 101001 | 0 | 101001 | 10011 | 1111000 | 101110 | 1000000 |
Color Harmonies of #7ACE7A
Complementary color
Monochromatic Colors of #7ACE7A
Black with #7ACE7A
Text Example
Text Example
White with #7ACE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACE7A; }
p { color: rgb(122,206,122); }
H1.HeaderClassName
{
color: #7ACE7A;
}
.AnyTagClassName
{
color: #7ACE7A;
}
</style>
background-color css
<style>
a { background-color: #7ACE7A; }
a { background-color: rgb(122,206,122); }
div.DivClassName
{
background-color: #7ACE7A;
}
.BgClassName
{
background-color: #7ACE7A;
}
</style>
border-color css
<style>
span { border-color: #7ACE7A; }
span { border-color: rgb(122,206,122); }
td.TdClassName
{
border-color: #7ACE7A;
}
.TagClassName
{
border-color: #7ACE7A;
}
</style>