Shades of Pastel Green #7ACF69
Tints of Pastel Green #7ACF69
RGB
CMYK
RGB Variations
Color information
#7ACF69 (or 0x7ACF69) is known color: Pastel Green. HEX triplet: 7A, CF and 69. RGB value is (122,207,105). Sum of RGB (Red+Green+Blue) = 122+207+105=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACF69 is #853096. Grayscale: #AAAAAA. Windows color (decimal): -8728727 or 6934394. OLE color: 6934394.
HSL color Cylindrical-coordinate representation of color #7ACF69: hue angle of 110º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7ACF69 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 105 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.19 |
| HSL | 110º | 0.52% | 0.61% | - |
| HSV(B) | 110º | 0.49% | 0.81% | - |
| XYZ | 32.89 | 49.78 | 21.24 | - |
| YUV | 169.96 | 91.34 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 105 | 0.41 | 0 | 0.49 | 0.19 | 110 | 0.52 | 0.61 |
| Hex | 7A | CF | 69 | 29 | 0 | 31 | 13 | 6E | 34 | 3D |
| Octal | 172 | 317 | 151 | 51 | 0 | 61 | 23 | 156 | 64 | 75 |
| Binary | 1111010 | 11001111 | 1101001 | 101001 | 0 | 110001 | 10011 | 1101110 | 110100 | 111101 |
Color Harmonies of #7ACF69
Complementary color
Monochromatic Colors of #7ACF69
Black with #7ACF69
Text Example
Text Example
White with #7ACF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF69; }
p { color: rgb(122,207,105); }
H1.HeaderClassName
{
color: #7ACF69;
}
.AnyTagClassName
{
color: #7ACF69;
}
</style>
background-color css
<style>
a { background-color: #7ACF69; }
a { background-color: rgb(122,207,105); }
div.DivClassName
{
background-color: #7ACF69;
}
.BgClassName
{
background-color: #7ACF69;
}
</style>
border-color css
<style>
span { border-color: #7ACF69; }
span { border-color: rgb(122,207,105); }
td.TdClassName
{
border-color: #7ACF69;
}
.TagClassName
{
border-color: #7ACF69;
}
</style>