Shades of Pastel Green #6AD980
Tints of Pastel Green #6AD980
RGB
CMYK
RGB Variations
Color information
#6AD980 (or 0x6AD980) is known color: Pastel Green. HEX triplet: 6A, D9 and 80. RGB value is (106,217,128). Sum of RGB (Red+Green+Blue) = 106+217+128=451 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.50% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 217 - color contains mainly: green. Hex color #6AD980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD980 is #95267F. Grayscale: #ADADAD. Windows color (decimal): -9774720 or 8444266. OLE color: 8444266.
HSL color Cylindrical-coordinate representation of color #6AD980: hue angle of 131.89º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AD980 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 217 | 128 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.15 |
| HSL | 131.89º | 0.59% | 0.63% | - |
| HSV(B) | 131.89º | 0.51% | 0.85% | - |
| XYZ | 34.65 | 54.25 | 29.07 | - |
| YUV | 173.67 | 102.23 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 217 | 128 | 0.51 | 0 | 0.41 | 0.15 | 131.89 | 0.59 | 0.63 |
| Hex | 6A | D9 | 80 | 33 | 0 | 29 | F | 84 | 3B | 3F |
| Octal | 152 | 331 | 200 | 63 | 0 | 51 | 17 | 204 | 73 | 77 |
| Binary | 1101010 | 11011001 | 10000000 | 110011 | 0 | 101001 | 1111 | 10000100 | 111011 | 111111 |
Color Harmonies of #6AD980
Complementary color
Monochromatic Colors of #6AD980
Black with #6AD980
Text Example
Text Example
White with #6AD980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD980; }
p { color: rgb(106,217,128); }
H1.HeaderClassName
{
color: #6AD980;
}
.AnyTagClassName
{
color: #6AD980;
}
</style>
background-color css
<style>
a { background-color: #6AD980; }
a { background-color: rgb(106,217,128); }
div.DivClassName
{
background-color: #6AD980;
}
.BgClassName
{
background-color: #6AD980;
}
</style>
border-color css
<style>
span { border-color: #6AD980; }
span { border-color: rgb(106,217,128); }
td.TdClassName
{
border-color: #6AD980;
}
.TagClassName
{
border-color: #6AD980;
}
</style>