Shades of Pastel Green #6ADC5E
Tints of Pastel Green #6ADC5E
RGB
CMYK
RGB Variations
Color information
#6ADC5E (or 0x6ADC5E) is known color: Pastel Green. HEX triplet: 6A, DC and 5E. RGB value is (106,220,94). Sum of RGB (Red+Green+Blue) = 106+220+94=420 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.24% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADC5E is #9523A1. Grayscale: #ABABAB. Windows color (decimal): -9773986 or 6216810. OLE color: 6216810.
HSL color Cylindrical-coordinate representation of color #6ADC5E: hue angle of 114.29º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6ADC5E is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 94 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.14 |
| HSL | 114.29º | 0.64% | 0.62% | - |
| HSV(B) | 114.29º | 0.57% | 0.86% | - |
| XYZ | 33.56 | 55.06 | 19.45 | - |
| YUV | 171.55 | 84.23 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 94 | 0.52 | 0 | 0.57 | 0.14 | 114.29 | 0.64 | 0.62 |
| Hex | 6A | DC | 5E | 34 | 0 | 39 | E | 72 | 40 | 3E |
| Octal | 152 | 334 | 136 | 64 | 0 | 71 | 16 | 162 | 100 | 76 |
| Binary | 1101010 | 11011100 | 1011110 | 110100 | 0 | 111001 | 1110 | 1110010 | 1000000 | 111110 |
Color Harmonies of #6ADC5E
Complementary color
Monochromatic Colors of #6ADC5E
Black with #6ADC5E
Text Example
Text Example
White with #6ADC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADC5E; }
p { color: rgb(106,220,94); }
H1.HeaderClassName
{
color: #6ADC5E;
}
.AnyTagClassName
{
color: #6ADC5E;
}
</style>
background-color css
<style>
a { background-color: #6ADC5E; }
a { background-color: rgb(106,220,94); }
div.DivClassName
{
background-color: #6ADC5E;
}
.BgClassName
{
background-color: #6ADC5E;
}
</style>
border-color css
<style>
span { border-color: #6ADC5E; }
span { border-color: rgb(106,220,94); }
td.TdClassName
{
border-color: #6ADC5E;
}
.TagClassName
{
border-color: #6ADC5E;
}
</style>