Shades of Pastel Green #7ACB72
Tints of Pastel Green #7ACB72
RGB
CMYK
RGB Variations
Color information
#7ACB72 (or 0x7ACB72) is known color: Pastel Green. HEX triplet: 7A, CB and 72. RGB value is (122,203,114). Sum of RGB (Red+Green+Blue) = 122+203+114=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACB72 is #85348D. Grayscale: #A8A8A8. Windows color (decimal): -8729742 or 7523194. OLE color: 7523194.
HSL color Cylindrical-coordinate representation of color #7ACB72: hue angle of 114.61º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ACB72 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 114 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.20 |
| HSL | 114.61º | 0.46% | 0.62% | - |
| HSV(B) | 114.61º | 0.44% | 0.8% | - |
| XYZ | 32.42 | 48.06 | 23.49 | - |
| YUV | 168.64 | 97.16 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 114 | 0.40 | 0 | 0.44 | 0.20 | 114.61 | 0.46 | 0.62 |
| Hex | 7A | CB | 72 | 28 | 0 | 2C | 14 | 73 | 2E | 3E |
| Octal | 172 | 313 | 162 | 50 | 0 | 54 | 24 | 163 | 56 | 76 |
| Binary | 1111010 | 11001011 | 1110010 | 101000 | 0 | 101100 | 10100 | 1110011 | 101110 | 111110 |
Color Harmonies of #7ACB72
Complementary color
Monochromatic Colors of #7ACB72
Black with #7ACB72
Text Example
Text Example
White with #7ACB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB72; }
p { color: rgb(122,203,114); }
H1.HeaderClassName
{
color: #7ACB72;
}
.AnyTagClassName
{
color: #7ACB72;
}
</style>
background-color css
<style>
a { background-color: #7ACB72; }
a { background-color: rgb(122,203,114); }
div.DivClassName
{
background-color: #7ACB72;
}
.BgClassName
{
background-color: #7ACB72;
}
</style>
border-color css
<style>
span { border-color: #7ACB72; }
span { border-color: rgb(122,203,114); }
td.TdClassName
{
border-color: #7ACB72;
}
.TagClassName
{
border-color: #7ACB72;
}
</style>