Shades of Pastel Green #7ACF75
Tints of Pastel Green #7ACF75
RGB
CMYK
RGB Variations
Color information
#7ACF75 (or 0x7ACF75) is known color: Pastel Green. HEX triplet: 7A, CF and 75. RGB value is (122,207,117). Sum of RGB (Red+Green+Blue) = 122+207+117=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACF75 is #85308A. Grayscale: #ABABAB. Windows color (decimal): -8728715 or 7720826. OLE color: 7720826.
HSL color Cylindrical-coordinate representation of color #7ACF75: hue angle of 116.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7ACF75 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 117 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.19 |
| HSL | 116.67º | 0.48% | 0.64% | - |
| HSV(B) | 116.67º | 0.43% | 0.81% | - |
| XYZ | 33.55 | 50.05 | 24.72 | - |
| YUV | 171.33 | 97.34 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 117 | 0.41 | 0 | 0.43 | 0.19 | 116.67 | 0.48 | 0.64 |
| Hex | 7A | CF | 75 | 29 | 0 | 2B | 13 | 75 | 30 | 40 |
| Octal | 172 | 317 | 165 | 51 | 0 | 53 | 23 | 165 | 60 | 100 |
| Binary | 1111010 | 11001111 | 1110101 | 101001 | 0 | 101011 | 10011 | 1110101 | 110000 | 1000000 |
Color Harmonies of #7ACF75
Complementary color
Monochromatic Colors of #7ACF75
Black with #7ACF75
Text Example
Text Example
White with #7ACF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF75; }
p { color: rgb(122,207,117); }
H1.HeaderClassName
{
color: #7ACF75;
}
.AnyTagClassName
{
color: #7ACF75;
}
</style>
background-color css
<style>
a { background-color: #7ACF75; }
a { background-color: rgb(122,207,117); }
div.DivClassName
{
background-color: #7ACF75;
}
.BgClassName
{
background-color: #7ACF75;
}
</style>
border-color css
<style>
span { border-color: #7ACF75; }
span { border-color: rgb(122,207,117); }
td.TdClassName
{
border-color: #7ACF75;
}
.TagClassName
{
border-color: #7ACF75;
}
</style>