Shades of Pastel Green #7AD468
Tints of Pastel Green #7AD468
RGB
CMYK
RGB Variations
Color information
#7AD468 (or 0x7AD468) is known color: Pastel Green. HEX triplet: 7A, D4 and 68. RGB value is (122,212,104). Sum of RGB (Red+Green+Blue) = 122+212+104=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD468 is #852B97. Grayscale: #ADADAD. Windows color (decimal): -8727448 or 6870138. OLE color: 6870138.
HSL color Cylindrical-coordinate representation of color #7AD468: hue angle of 110º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AD468 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 212 | 104 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.17 |
| HSL | 110º | 0.56% | 0.62% | - |
| HSV(B) | 110º | 0.51% | 0.83% | - |
| XYZ | 34.07 | 52.22 | 21.38 | - |
| YUV | 172.78 | 89.18 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 212 | 104 | 0.42 | 0 | 0.51 | 0.17 | 110 | 0.56 | 0.62 |
| Hex | 7A | D4 | 68 | 2A | 0 | 33 | 11 | 6E | 38 | 3E |
| Octal | 172 | 324 | 150 | 52 | 0 | 63 | 21 | 156 | 70 | 76 |
| Binary | 1111010 | 11010100 | 1101000 | 101010 | 0 | 110011 | 10001 | 1101110 | 111000 | 111110 |
Color Harmonies of #7AD468
Complementary color
Monochromatic Colors of #7AD468
Black with #7AD468
Text Example
Text Example
White with #7AD468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD468; }
p { color: rgb(122,212,104); }
H1.HeaderClassName
{
color: #7AD468;
}
.AnyTagClassName
{
color: #7AD468;
}
</style>
background-color css
<style>
a { background-color: #7AD468; }
a { background-color: rgb(122,212,104); }
div.DivClassName
{
background-color: #7AD468;
}
.BgClassName
{
background-color: #7AD468;
}
</style>
border-color css
<style>
span { border-color: #7AD468; }
span { border-color: rgb(122,212,104); }
td.TdClassName
{
border-color: #7AD468;
}
.TagClassName
{
border-color: #7AD468;
}
</style>