Shades of Pastel Green #6ADC76
Tints of Pastel Green #6ADC76
RGB
CMYK
RGB Variations
Color information
#6ADC76 (or 0x6ADC76) is known color: Pastel Green. HEX triplet: 6A, DC and 76. RGB value is (106,220,118). Sum of RGB (Red+Green+Blue) = 106+220+118=444 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.87% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADC76 is #952389. Grayscale: #AEAEAE. Windows color (decimal): -9773962 or 7789674. OLE color: 7789674.
HSL color Cylindrical-coordinate representation of color #6ADC76: hue angle of 126.32º 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 #6ADC76 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 118 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.14 |
| HSL | 126.32º | 0.62% | 0.64% | - |
| HSV(B) | 126.32º | 0.52% | 0.86% | - |
| XYZ | 34.81 | 55.56 | 26.03 | - |
| YUV | 174.29 | 96.23 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 118 | 0.52 | 0 | 0.46 | 0.14 | 126.32 | 0.62 | 0.64 |
| Hex | 6A | DC | 76 | 34 | 0 | 2E | E | 7E | 3E | 40 |
| Octal | 152 | 334 | 166 | 64 | 0 | 56 | 16 | 176 | 76 | 100 |
| Binary | 1101010 | 11011100 | 1110110 | 110100 | 0 | 101110 | 1110 | 1111110 | 111110 | 1000000 |
Color Harmonies of #6ADC76
Complementary color
Monochromatic Colors of #6ADC76
Black with #6ADC76
Text Example
Text Example
White with #6ADC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADC76; }
p { color: rgb(106,220,118); }
H1.HeaderClassName
{
color: #6ADC76;
}
.AnyTagClassName
{
color: #6ADC76;
}
</style>
background-color css
<style>
a { background-color: #6ADC76; }
a { background-color: rgb(106,220,118); }
div.DivClassName
{
background-color: #6ADC76;
}
.BgClassName
{
background-color: #6ADC76;
}
</style>
border-color css
<style>
span { border-color: #6ADC76; }
span { border-color: rgb(106,220,118); }
td.TdClassName
{
border-color: #6ADC76;
}
.TagClassName
{
border-color: #6ADC76;
}
</style>