Shades of Pastel Green #7AD06C
Tints of Pastel Green #7AD06C
RGB
CMYK
RGB Variations
Color information
#7AD06C (or 0x7AD06C) is known color: Pastel Green. HEX triplet: 7A, D0 and 6C. RGB value is (122,208,108). Sum of RGB (Red+Green+Blue) = 122+208+108=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD06C is #852F93. Grayscale: #ABABAB. Windows color (decimal): -8728468 or 7131258. OLE color: 7131258.
HSL color Cylindrical-coordinate representation of color #7AD06C: hue angle of 111.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AD06C is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 108 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.18 |
| HSL | 111.6º | 0.52% | 0.62% | - |
| HSV(B) | 111.6º | 0.48% | 0.82% | - |
| XYZ | 33.29 | 50.33 | 22.15 | - |
| YUV | 170.89 | 92.51 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 108 | 0.41 | 0 | 0.48 | 0.18 | 111.6 | 0.52 | 0.62 |
| Hex | 7A | D0 | 6C | 29 | 0 | 30 | 12 | 70 | 34 | 3E |
| Octal | 172 | 320 | 154 | 51 | 0 | 60 | 22 | 160 | 64 | 76 |
| Binary | 1111010 | 11010000 | 1101100 | 101001 | 0 | 110000 | 10010 | 1110000 | 110100 | 111110 |
Color Harmonies of #7AD06C
Complementary color
Monochromatic Colors of #7AD06C
Black with #7AD06C
Text Example
Text Example
White with #7AD06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD06C; }
p { color: rgb(122,208,108); }
H1.HeaderClassName
{
color: #7AD06C;
}
.AnyTagClassName
{
color: #7AD06C;
}
</style>
background-color css
<style>
a { background-color: #7AD06C; }
a { background-color: rgb(122,208,108); }
div.DivClassName
{
background-color: #7AD06C;
}
.BgClassName
{
background-color: #7AD06C;
}
</style>
border-color css
<style>
span { border-color: #7AD06C; }
span { border-color: rgb(122,208,108); }
td.TdClassName
{
border-color: #7AD06C;
}
.TagClassName
{
border-color: #7AD06C;
}
</style>