Shades of Pastel Green #6ADC7E
Tints of Pastel Green #6ADC7E
RGB
CMYK
RGB Variations
Color information
#6ADC7E (or 0x6ADC7E) is known color: Pastel Green. HEX triplet: 6A, DC and 7E. RGB value is (106,220,126). Sum of RGB (Red+Green+Blue) = 106+220+126=452 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.45% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADC7E is #952381. Grayscale: #AFAFAF. Windows color (decimal): -9773954 or 8313962. OLE color: 8313962.
HSL color Cylindrical-coordinate representation of color #6ADC7E: hue angle of 130.53º 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 #6ADC7E is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 126 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.14 |
| HSL | 130.53º | 0.62% | 0.64% | - |
| HSV(B) | 130.53º | 0.52% | 0.86% | - |
| XYZ | 35.3 | 55.76 | 28.64 | - |
| YUV | 175.2 | 100.23 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 126 | 0.52 | 0 | 0.43 | 0.14 | 130.53 | 0.62 | 0.64 |
| Hex | 6A | DC | 7E | 34 | 0 | 2B | E | 83 | 3E | 40 |
| Octal | 152 | 334 | 176 | 64 | 0 | 53 | 16 | 203 | 76 | 100 |
| Binary | 1101010 | 11011100 | 1111110 | 110100 | 0 | 101011 | 1110 | 10000011 | 111110 | 1000000 |
Color Harmonies of #6ADC7E
Complementary color
Monochromatic Colors of #6ADC7E
Black with #6ADC7E
Text Example
Text Example
White with #6ADC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADC7E; }
p { color: rgb(106,220,126); }
H1.HeaderClassName
{
color: #6ADC7E;
}
.AnyTagClassName
{
color: #6ADC7E;
}
</style>
background-color css
<style>
a { background-color: #6ADC7E; }
a { background-color: rgb(106,220,126); }
div.DivClassName
{
background-color: #6ADC7E;
}
.BgClassName
{
background-color: #6ADC7E;
}
</style>
border-color css
<style>
span { border-color: #6ADC7E; }
span { border-color: rgb(106,220,126); }
td.TdClassName
{
border-color: #6ADC7E;
}
.TagClassName
{
border-color: #6ADC7E;
}
</style>