Shades of Pastel Green #6ADA76
Tints of Pastel Green #6ADA76
RGB
CMYK
RGB Variations
Color information
#6ADA76 (or 0x6ADA76) is known color: Pastel Green. HEX triplet: 6A, DA and 76. RGB value is (106,218,118). Sum of RGB (Red+Green+Blue) = 106+218+118=442 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.98% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADA76 is #952589. Grayscale: #ADADAD. Windows color (decimal): -9774474 or 7789162. OLE color: 7789162.
HSL color Cylindrical-coordinate representation of color #6ADA76: hue angle of 126.43º 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 #6ADA76 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 218 | 118 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.15 |
| HSL | 126.43º | 0.6% | 0.64% | - |
| HSV(B) | 126.43º | 0.51% | 0.85% | - |
| XYZ | 34.29 | 54.51 | 25.85 | - |
| YUV | 173.11 | 96.89 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 118 | 0.51 | 0 | 0.46 | 0.15 | 126.43 | 0.6 | 0.64 |
| Hex | 6A | DA | 76 | 33 | 0 | 2E | F | 7E | 3C | 40 |
| Octal | 152 | 332 | 166 | 63 | 0 | 56 | 17 | 176 | 74 | 100 |
| Binary | 1101010 | 11011010 | 1110110 | 110011 | 0 | 101110 | 1111 | 1111110 | 111100 | 1000000 |
Color Harmonies of #6ADA76
Complementary color
Monochromatic Colors of #6ADA76
Black with #6ADA76
Text Example
Text Example
White with #6ADA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADA76; }
p { color: rgb(106,218,118); }
H1.HeaderClassName
{
color: #6ADA76;
}
.AnyTagClassName
{
color: #6ADA76;
}
</style>
background-color css
<style>
a { background-color: #6ADA76; }
a { background-color: rgb(106,218,118); }
div.DivClassName
{
background-color: #6ADA76;
}
.BgClassName
{
background-color: #6ADA76;
}
</style>
border-color css
<style>
span { border-color: #6ADA76; }
span { border-color: rgb(106,218,118); }
td.TdClassName
{
border-color: #6ADA76;
}
.TagClassName
{
border-color: #6ADA76;
}
</style>