Shades of Pastel Green #7ACE75
Tints of Pastel Green #7ACE75
RGB
CMYK
RGB Variations
Color information
#7ACE75 (or 0x7ACE75) is known color: Pastel Green. HEX triplet: 7A, CE and 75. RGB value is (122,206,117). Sum of RGB (Red+Green+Blue) = 122+206+117=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACE75 is #85318A. Grayscale: #ABABAB. Windows color (decimal): -8728971 or 7720570. OLE color: 7720570.
HSL color Cylindrical-coordinate representation of color #7ACE75: hue angle of 116.63º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7ACE75 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 117 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.19 |
| HSL | 116.63º | 0.48% | 0.63% | - |
| HSV(B) | 116.63º | 0.43% | 0.81% | - |
| XYZ | 33.31 | 49.56 | 24.64 | - |
| YUV | 170.74 | 97.67 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 117 | 0.41 | 0 | 0.43 | 0.19 | 116.63 | 0.48 | 0.63 |
| Hex | 7A | CE | 75 | 29 | 0 | 2B | 13 | 75 | 30 | 3F |
| Octal | 172 | 316 | 165 | 51 | 0 | 53 | 23 | 165 | 60 | 77 |
| Binary | 1111010 | 11001110 | 1110101 | 101001 | 0 | 101011 | 10011 | 1110101 | 110000 | 111111 |
Color Harmonies of #7ACE75
Complementary color
Monochromatic Colors of #7ACE75
Black with #7ACE75
Text Example
Text Example
White with #7ACE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACE75; }
p { color: rgb(122,206,117); }
H1.HeaderClassName
{
color: #7ACE75;
}
.AnyTagClassName
{
color: #7ACE75;
}
</style>
background-color css
<style>
a { background-color: #7ACE75; }
a { background-color: rgb(122,206,117); }
div.DivClassName
{
background-color: #7ACE75;
}
.BgClassName
{
background-color: #7ACE75;
}
</style>
border-color css
<style>
span { border-color: #7ACE75; }
span { border-color: rgb(122,206,117); }
td.TdClassName
{
border-color: #7ACE75;
}
.TagClassName
{
border-color: #7ACE75;
}
</style>