Shades of Pastel Green #6ADA80
Tints of Pastel Green #6ADA80
RGB
CMYK
RGB Variations
Color information
#6ADA80 (or 0x6ADA80) is known color: Pastel Green. HEX triplet: 6A, DA and 80. RGB value is (106,218,128). Sum of RGB (Red+Green+Blue) = 106+218+128=452 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.45% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADA80 is #95257F. Grayscale: #AEAEAE. Windows color (decimal): -9774464 or 8444522. OLE color: 8444522.
HSL color Cylindrical-coordinate representation of color #6ADA80: hue angle of 131.79º 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 #6ADA80 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 218 | 128 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.15 |
| HSL | 131.79º | 0.6% | 0.64% | - |
| HSV(B) | 131.79º | 0.51% | 0.85% | - |
| XYZ | 34.91 | 54.77 | 29.15 | - |
| YUV | 174.25 | 101.89 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 128 | 0.51 | 0 | 0.41 | 0.15 | 131.79 | 0.6 | 0.64 |
| Hex | 6A | DA | 80 | 33 | 0 | 29 | F | 84 | 3C | 40 |
| Octal | 152 | 332 | 200 | 63 | 0 | 51 | 17 | 204 | 74 | 100 |
| Binary | 1101010 | 11011010 | 10000000 | 110011 | 0 | 101001 | 1111 | 10000100 | 111100 | 1000000 |
Color Harmonies of #6ADA80
Complementary color
Monochromatic Colors of #6ADA80
Black with #6ADA80
Text Example
Text Example
White with #6ADA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADA80; }
p { color: rgb(106,218,128); }
H1.HeaderClassName
{
color: #6ADA80;
}
.AnyTagClassName
{
color: #6ADA80;
}
</style>
background-color css
<style>
a { background-color: #6ADA80; }
a { background-color: rgb(106,218,128); }
div.DivClassName
{
background-color: #6ADA80;
}
.BgClassName
{
background-color: #6ADA80;
}
</style>
border-color css
<style>
span { border-color: #6ADA80; }
span { border-color: rgb(106,218,128); }
td.TdClassName
{
border-color: #6ADA80;
}
.TagClassName
{
border-color: #6ADA80;
}
</style>