Shades of Pastel Green #7ACF6F
Tints of Pastel Green #7ACF6F
RGB
CMYK
RGB Variations
Color information
#7ACF6F (or 0x7ACF6F) is known color: Pastel Green. HEX triplet: 7A, CF and 6F. RGB value is (122,207,111). Sum of RGB (Red+Green+Blue) = 122+207+111=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACF6F is #853090. Grayscale: #AAAAAA. Windows color (decimal): -8728721 or 7327610. OLE color: 7327610.
HSL color Cylindrical-coordinate representation of color #7ACF6F: hue angle of 113.12º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7ACF6F is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 111 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.19 |
| HSL | 113.13º | 0.5% | 0.62% | - |
| HSV(B) | 113.13º | 0.46% | 0.81% | - |
| XYZ | 33.21 | 49.91 | 22.92 | - |
| YUV | 170.64 | 94.34 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 111 | 0.41 | 0 | 0.46 | 0.19 | 113.13 | 0.5 | 0.62 |
| Hex | 7A | CF | 6F | 29 | 0 | 2E | 13 | 71 | 32 | 3E |
| Octal | 172 | 317 | 157 | 51 | 0 | 56 | 23 | 161 | 62 | 76 |
| Binary | 1111010 | 11001111 | 1101111 | 101001 | 0 | 101110 | 10011 | 1110001 | 110010 | 111110 |
Color Harmonies of #7ACF6F
Complementary color
Monochromatic Colors of #7ACF6F
Black with #7ACF6F
Text Example
Text Example
White with #7ACF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF6F; }
p { color: rgb(122,207,111); }
H1.HeaderClassName
{
color: #7ACF6F;
}
.AnyTagClassName
{
color: #7ACF6F;
}
</style>
background-color css
<style>
a { background-color: #7ACF6F; }
a { background-color: rgb(122,207,111); }
div.DivClassName
{
background-color: #7ACF6F;
}
.BgClassName
{
background-color: #7ACF6F;
}
</style>
border-color css
<style>
span { border-color: #7ACF6F; }
span { border-color: rgb(122,207,111); }
td.TdClassName
{
border-color: #7ACF6F;
}
.TagClassName
{
border-color: #7ACF6F;
}
</style>