Shades of Pastel Green #7AD669
Tints of Pastel Green #7AD669
RGB
CMYK
RGB Variations
Color information
#7AD669 (or 0x7AD669) is known color: Pastel Green. HEX triplet: 7A, D6 and 69. RGB value is (122,214,105). Sum of RGB (Red+Green+Blue) = 122+214+105=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD669 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD669 is #852996. Grayscale: #AEAEAE. Windows color (decimal): -8726935 or 6936186. OLE color: 6936186.
HSL color Cylindrical-coordinate representation of color #7AD669: hue angle of 110.64º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AD669 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 214 | 105 | - |
| CMYK | 0.43 | 0 | 0.51 | 0.16 |
| HSL | 110.64º | 0.57% | 0.63% | - |
| HSV(B) | 110.64º | 0.51% | 0.84% | - |
| XYZ | 34.62 | 53.25 | 21.82 | - |
| YUV | 174.07 | 89.02 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 214 | 105 | 0.43 | 0 | 0.51 | 0.16 | 110.64 | 0.57 | 0.63 |
| Hex | 7A | D6 | 69 | 2B | 0 | 33 | 10 | 6F | 39 | 3F |
| Octal | 172 | 326 | 151 | 53 | 0 | 63 | 20 | 157 | 71 | 77 |
| Binary | 1111010 | 11010110 | 1101001 | 101011 | 0 | 110011 | 10000 | 1101111 | 111001 | 111111 |
Color Harmonies of #7AD669
Complementary color
Monochromatic Colors of #7AD669
Black with #7AD669
Text Example
Text Example
White with #7AD669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD669; }
p { color: rgb(122,214,105); }
H1.HeaderClassName
{
color: #7AD669;
}
.AnyTagClassName
{
color: #7AD669;
}
</style>
background-color css
<style>
a { background-color: #7AD669; }
a { background-color: rgb(122,214,105); }
div.DivClassName
{
background-color: #7AD669;
}
.BgClassName
{
background-color: #7AD669;
}
</style>
border-color css
<style>
span { border-color: #7AD669; }
span { border-color: rgb(122,214,105); }
td.TdClassName
{
border-color: #7AD669;
}
.TagClassName
{
border-color: #7AD669;
}
</style>