Shades of Pastel Green #6ADC80
Tints of Pastel Green #6ADC80
RGB
CMYK
RGB Variations
Color information
#6ADC80 (or 0x6ADC80) is known color: Pastel Green. HEX triplet: 6A, DC and 80. RGB value is (106,220,128). Sum of RGB (Red+Green+Blue) = 106+220+128=454 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.35% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADC80 is #95237F. Grayscale: #AFAFAF. Windows color (decimal): -9773952 or 8445034. OLE color: 8445034.
HSL color Cylindrical-coordinate representation of color #6ADC80: hue angle of 131.58º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADC80 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 128 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.14 |
| HSL | 131.58º | 0.62% | 0.64% | - |
| HSV(B) | 131.58º | 0.52% | 0.86% | - |
| XYZ | 35.43 | 55.81 | 29.33 | - |
| YUV | 175.43 | 101.23 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 128 | 0.52 | 0 | 0.42 | 0.14 | 131.58 | 0.62 | 0.64 |
| Hex | 6A | DC | 80 | 34 | 0 | 2A | E | 84 | 3E | 40 |
| Octal | 152 | 334 | 200 | 64 | 0 | 52 | 16 | 204 | 76 | 100 |
| Binary | 1101010 | 11011100 | 10000000 | 110100 | 0 | 101010 | 1110 | 10000100 | 111110 | 1000000 |
Color Harmonies of #6ADC80
Complementary color
Monochromatic Colors of #6ADC80
Black with #6ADC80
Text Example
Text Example
White with #6ADC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADC80; }
p { color: rgb(106,220,128); }
H1.HeaderClassName
{
color: #6ADC80;
}
.AnyTagClassName
{
color: #6ADC80;
}
</style>
background-color css
<style>
a { background-color: #6ADC80; }
a { background-color: rgb(106,220,128); }
div.DivClassName
{
background-color: #6ADC80;
}
.BgClassName
{
background-color: #6ADC80;
}
</style>
border-color css
<style>
span { border-color: #6ADC80; }
span { border-color: rgb(106,220,128); }
td.TdClassName
{
border-color: #6ADC80;
}
.TagClassName
{
border-color: #6ADC80;
}
</style>