Shades of Pastel Green #7ACF7A
Tints of Pastel Green #7ACF7A
RGB
CMYK
RGB Variations
Color information
#7ACF7A (or 0x7ACF7A) is known color: Pastel Green. HEX triplet: 7A, CF and 7A. RGB value is (122,207,122). Sum of RGB (Red+Green+Blue) = 122+207+122=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACF7A is #853085. Grayscale: #ACACAC. Windows color (decimal): -8728710 or 8048506. OLE color: 8048506.
HSL color Cylindrical-coordinate representation of color #7ACF7A: hue angle of 120º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ACF7A is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 122 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.19 |
| HSL | 120º | 0.47% | 0.65% | - |
| HSV(B) | 120º | 0.41% | 0.81% | - |
| XYZ | 33.85 | 50.17 | 26.31 | - |
| YUV | 171.9 | 99.84 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 122 | 0.41 | 0 | 0.41 | 0.19 | 120 | 0.47 | 0.65 |
| Hex | 7A | CF | 7A | 29 | 0 | 29 | 13 | 78 | 2F | 41 |
| Octal | 172 | 317 | 172 | 51 | 0 | 51 | 23 | 170 | 57 | 101 |
| Binary | 1111010 | 11001111 | 1111010 | 101001 | 0 | 101001 | 10011 | 1111000 | 101111 | 1000001 |
Color Harmonies of #7ACF7A
Complementary color
Monochromatic Colors of #7ACF7A
Black with #7ACF7A
Text Example
Text Example
White with #7ACF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF7A; }
p { color: rgb(122,207,122); }
H1.HeaderClassName
{
color: #7ACF7A;
}
.AnyTagClassName
{
color: #7ACF7A;
}
</style>
background-color css
<style>
a { background-color: #7ACF7A; }
a { background-color: rgb(122,207,122); }
div.DivClassName
{
background-color: #7ACF7A;
}
.BgClassName
{
background-color: #7ACF7A;
}
</style>
border-color css
<style>
span { border-color: #7ACF7A; }
span { border-color: rgb(122,207,122); }
td.TdClassName
{
border-color: #7ACF7A;
}
.TagClassName
{
border-color: #7ACF7A;
}
</style>