Shades of Pastel Green #7ACF6E
Tints of Pastel Green #7ACF6E
RGB
CMYK
RGB Variations
Color information
#7ACF6E (or 0x7ACF6E) is known color: Pastel Green. HEX triplet: 7A, CF and 6E. RGB value is (122,207,110). Sum of RGB (Red+Green+Blue) = 122+207+110=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACF6E is #853091. Grayscale: #AAAAAA. Windows color (decimal): -8728722 or 7262074. OLE color: 7262074.
HSL color Cylindrical-coordinate representation of color #7ACF6E: hue angle of 112.58º degrees, saturation: 0.5, 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 #7ACF6E is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 110 | - |
| CMYK | 0.41 | 0 | 0.47 | 0.19 |
| HSL | 112.58º | 0.5% | 0.62% | - |
| HSV(B) | 112.58º | 0.47% | 0.81% | - |
| XYZ | 33.15 | 49.89 | 22.63 | - |
| YUV | 170.53 | 93.84 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 110 | 0.41 | 0 | 0.47 | 0.19 | 112.58 | 0.5 | 0.62 |
| Hex | 7A | CF | 6E | 29 | 0 | 2F | 13 | 71 | 32 | 3E |
| Octal | 172 | 317 | 156 | 51 | 0 | 57 | 23 | 161 | 62 | 76 |
| Binary | 1111010 | 11001111 | 1101110 | 101001 | 0 | 101111 | 10011 | 1110001 | 110010 | 111110 |
Color Harmonies of #7ACF6E
Complementary color
Monochromatic Colors of #7ACF6E
Black with #7ACF6E
Text Example
Text Example
White with #7ACF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF6E; }
p { color: rgb(122,207,110); }
H1.HeaderClassName
{
color: #7ACF6E;
}
.AnyTagClassName
{
color: #7ACF6E;
}
</style>
background-color css
<style>
a { background-color: #7ACF6E; }
a { background-color: rgb(122,207,110); }
div.DivClassName
{
background-color: #7ACF6E;
}
.BgClassName
{
background-color: #7ACF6E;
}
</style>
border-color css
<style>
span { border-color: #7ACF6E; }
span { border-color: rgb(122,207,110); }
td.TdClassName
{
border-color: #7ACF6E;
}
.TagClassName
{
border-color: #7ACF6E;
}
</style>