Shades of Pastel Green #7ACF7C
Tints of Pastel Green #7ACF7C
RGB
CMYK
RGB Variations
Color information
#7ACF7C (or 0x7ACF7C) is known color: Pastel Green. HEX triplet: 7A, CF and 7C. RGB value is (122,207,124). Sum of RGB (Red+Green+Blue) = 122+207+124=453 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.93% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACF7C is #853083. Grayscale: #ACACAC. Windows color (decimal): -8728708 or 8179578. OLE color: 8179578.
HSL color Cylindrical-coordinate representation of color #7ACF7C: hue angle of 121.41º 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 #7ACF7C is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 124 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.19 |
| HSL | 121.41º | 0.47% | 0.65% | - |
| HSV(B) | 121.41º | 0.41% | 0.81% | - |
| XYZ | 33.98 | 50.22 | 26.97 | - |
| YUV | 172.12 | 100.84 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 124 | 0.41 | 0 | 0.40 | 0.19 | 121.41 | 0.47 | 0.65 |
| Hex | 7A | CF | 7C | 29 | 0 | 28 | 13 | 79 | 2F | 41 |
| Octal | 172 | 317 | 174 | 51 | 0 | 50 | 23 | 171 | 57 | 101 |
| Binary | 1111010 | 11001111 | 1111100 | 101001 | 0 | 101000 | 10011 | 1111001 | 101111 | 1000001 |
Color Harmonies of #7ACF7C
Complementary color
Monochromatic Colors of #7ACF7C
Black with #7ACF7C
Text Example
Text Example
White with #7ACF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF7C; }
p { color: rgb(122,207,124); }
H1.HeaderClassName
{
color: #7ACF7C;
}
.AnyTagClassName
{
color: #7ACF7C;
}
</style>
background-color css
<style>
a { background-color: #7ACF7C; }
a { background-color: rgb(122,207,124); }
div.DivClassName
{
background-color: #7ACF7C;
}
.BgClassName
{
background-color: #7ACF7C;
}
</style>
border-color css
<style>
span { border-color: #7ACF7C; }
span { border-color: rgb(122,207,124); }
td.TdClassName
{
border-color: #7ACF7C;
}
.TagClassName
{
border-color: #7ACF7C;
}
</style>