Shades of Pastel Green #7ACF6D
Tints of Pastel Green #7ACF6D
RGB
CMYK
RGB Variations
Color information
#7ACF6D (or 0x7ACF6D) is known color: Pastel Green. HEX triplet: 7A, CF and 6D. RGB value is (122,207,109). Sum of RGB (Red+Green+Blue) = 122+207+109=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACF6D is #853092. Grayscale: #AAAAAA. Windows color (decimal): -8728723 or 7196538. OLE color: 7196538.
HSL color Cylindrical-coordinate representation of color #7ACF6D: hue angle of 112.04º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7ACF6D is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 109 | - |
| CMYK | 0.41 | 0 | 0.47 | 0.19 |
| HSL | 112.04º | 0.51% | 0.62% | - |
| HSV(B) | 112.04º | 0.47% | 0.81% | - |
| XYZ | 33.1 | 49.87 | 22.35 | - |
| YUV | 170.41 | 93.34 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 109 | 0.41 | 0 | 0.47 | 0.19 | 112.04 | 0.51 | 0.62 |
| Hex | 7A | CF | 6D | 29 | 0 | 2F | 13 | 70 | 33 | 3E |
| Octal | 172 | 317 | 155 | 51 | 0 | 57 | 23 | 160 | 63 | 76 |
| Binary | 1111010 | 11001111 | 1101101 | 101001 | 0 | 101111 | 10011 | 1110000 | 110011 | 111110 |
Color Harmonies of #7ACF6D
Complementary color
Monochromatic Colors of #7ACF6D
Black with #7ACF6D
Text Example
Text Example
White with #7ACF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF6D; }
p { color: rgb(122,207,109); }
H1.HeaderClassName
{
color: #7ACF6D;
}
.AnyTagClassName
{
color: #7ACF6D;
}
</style>
background-color css
<style>
a { background-color: #7ACF6D; }
a { background-color: rgb(122,207,109); }
div.DivClassName
{
background-color: #7ACF6D;
}
.BgClassName
{
background-color: #7ACF6D;
}
</style>
border-color css
<style>
span { border-color: #7ACF6D; }
span { border-color: rgb(122,207,109); }
td.TdClassName
{
border-color: #7ACF6D;
}
.TagClassName
{
border-color: #7ACF6D;
}
</style>