Shades of Pastel Green #6AD982
Tints of Pastel Green #6AD982
RGB
CMYK
RGB Variations
Color information
#6AD982 (or 0x6AD982) is known color: Pastel Green. HEX triplet: 6A, D9 and 82. RGB value is (106,217,130). Sum of RGB (Red+Green+Blue) = 106+217+130=453 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.40% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 217 - color contains mainly: green. Hex color #6AD982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD982 is #95267D. Grayscale: #AEAEAE. Windows color (decimal): -9774718 or 8575338. OLE color: 8575338.
HSL color Cylindrical-coordinate representation of color #6AD982: hue angle of 132.97º 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 #6AD982 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 217 | 130 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.15 |
| HSL | 132.97º | 0.59% | 0.63% | - |
| HSV(B) | 132.97º | 0.51% | 0.85% | - |
| XYZ | 34.79 | 54.3 | 29.77 | - |
| YUV | 173.89 | 103.23 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 217 | 130 | 0.51 | 0 | 0.40 | 0.15 | 132.97 | 0.59 | 0.63 |
| Hex | 6A | D9 | 82 | 33 | 0 | 28 | F | 85 | 3B | 3F |
| Octal | 152 | 331 | 202 | 63 | 0 | 50 | 17 | 205 | 73 | 77 |
| Binary | 1101010 | 11011001 | 10000010 | 110011 | 0 | 101000 | 1111 | 10000101 | 111011 | 111111 |
Color Harmonies of #6AD982
Complementary color
Monochromatic Colors of #6AD982
Black with #6AD982
Text Example
Text Example
White with #6AD982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD982; }
p { color: rgb(106,217,130); }
H1.HeaderClassName
{
color: #6AD982;
}
.AnyTagClassName
{
color: #6AD982;
}
</style>
background-color css
<style>
a { background-color: #6AD982; }
a { background-color: rgb(106,217,130); }
div.DivClassName
{
background-color: #6AD982;
}
.BgClassName
{
background-color: #6AD982;
}
</style>
border-color css
<style>
span { border-color: #6AD982; }
span { border-color: rgb(106,217,130); }
td.TdClassName
{
border-color: #6AD982;
}
.TagClassName
{
border-color: #6AD982;
}
</style>