Shades of Pastel Green #6ADA7C
Tints of Pastel Green #6ADA7C
RGB
CMYK
RGB Variations
Color information
#6ADA7C (or 0x6ADA7C) is known color: Pastel Green. HEX triplet: 6A, DA and 7C. RGB value is (106,218,124). Sum of RGB (Red+Green+Blue) = 106+218+124=448 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.66% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADA7C is #952583. Grayscale: #AEAEAE. Windows color (decimal): -9774468 or 8182378. OLE color: 8182378.
HSL color Cylindrical-coordinate representation of color #6ADA7C: hue angle of 129.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ADA7C is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 218 | 124 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.15 |
| HSL | 129.64º | 0.6% | 0.64% | - |
| HSV(B) | 129.64º | 0.51% | 0.85% | - |
| XYZ | 34.65 | 54.66 | 27.79 | - |
| YUV | 173.8 | 99.89 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 124 | 0.51 | 0 | 0.43 | 0.15 | 129.64 | 0.6 | 0.64 |
| Hex | 6A | DA | 7C | 33 | 0 | 2B | F | 82 | 3C | 40 |
| Octal | 152 | 332 | 174 | 63 | 0 | 53 | 17 | 202 | 74 | 100 |
| Binary | 1101010 | 11011010 | 1111100 | 110011 | 0 | 101011 | 1111 | 10000010 | 111100 | 1000000 |
Color Harmonies of #6ADA7C
Complementary color
Monochromatic Colors of #6ADA7C
Black with #6ADA7C
Text Example
Text Example
White with #6ADA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADA7C; }
p { color: rgb(106,218,124); }
H1.HeaderClassName
{
color: #6ADA7C;
}
.AnyTagClassName
{
color: #6ADA7C;
}
</style>
background-color css
<style>
a { background-color: #6ADA7C; }
a { background-color: rgb(106,218,124); }
div.DivClassName
{
background-color: #6ADA7C;
}
.BgClassName
{
background-color: #6ADA7C;
}
</style>
border-color css
<style>
span { border-color: #6ADA7C; }
span { border-color: rgb(106,218,124); }
td.TdClassName
{
border-color: #6ADA7C;
}
.TagClassName
{
border-color: #6ADA7C;
}
</style>