Shades of Pastel Green #7ACB71
Tints of Pastel Green #7ACB71
RGB
CMYK
RGB Variations
Color information
#7ACB71 (or 0x7ACB71) is known color: Pastel Green. HEX triplet: 7A, CB and 71. RGB value is (122,203,113). Sum of RGB (Red+Green+Blue) = 122+203+113=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACB71 is #85348E. Grayscale: #A8A8A8. Windows color (decimal): -8729743 or 7457658. OLE color: 7457658.
HSL color Cylindrical-coordinate representation of color #7ACB71: hue angle of 114º 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 #7ACB71 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 113 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.20 |
| HSL | 114º | 0.46% | 0.62% | - |
| HSV(B) | 114º | 0.44% | 0.8% | - |
| XYZ | 32.36 | 48.04 | 23.19 | - |
| YUV | 168.52 | 96.66 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 113 | 0.40 | 0 | 0.44 | 0.20 | 114 | 0.46 | 0.62 |
| Hex | 7A | CB | 71 | 28 | 0 | 2C | 14 | 72 | 2E | 3E |
| Octal | 172 | 313 | 161 | 50 | 0 | 54 | 24 | 162 | 56 | 76 |
| Binary | 1111010 | 11001011 | 1110001 | 101000 | 0 | 101100 | 10100 | 1110010 | 101110 | 111110 |
Color Harmonies of #7ACB71
Complementary color
Monochromatic Colors of #7ACB71
Black with #7ACB71
Text Example
Text Example
White with #7ACB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB71; }
p { color: rgb(122,203,113); }
H1.HeaderClassName
{
color: #7ACB71;
}
.AnyTagClassName
{
color: #7ACB71;
}
</style>
background-color css
<style>
a { background-color: #7ACB71; }
a { background-color: rgb(122,203,113); }
div.DivClassName
{
background-color: #7ACB71;
}
.BgClassName
{
background-color: #7ACB71;
}
</style>
border-color css
<style>
span { border-color: #7ACB71; }
span { border-color: rgb(122,203,113); }
td.TdClassName
{
border-color: #7ACB71;
}
.TagClassName
{
border-color: #7ACB71;
}
</style>