Shades of Pastel Green #6EDA8A
Tints of Pastel Green #6EDA8A
RGB
CMYK
RGB Variations
Color information
#6EDA8A (or 0x6EDA8A) is known color: Pastel Green. HEX triplet: 6E, DA and 8A. RGB value is (110,218,138). Sum of RGB (Red+Green+Blue) = 110+218+138=466 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.61% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDA8A is #912575. Grayscale: #B0B0B0. Windows color (decimal): -9512310 or 9099886. OLE color: 9099886.
HSL color Cylindrical-coordinate representation of color #6EDA8A: hue angle of 135.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDA8A is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 138 | - |
| CMYK | 0.50 | 0 | 0.37 | 0.15 |
| HSL | 135.56º | 0.59% | 0.64% | - |
| HSV(B) | 135.56º | 0.5% | 0.85% | - |
| XYZ | 36.09 | 55.29 | 32.82 | - |
| YUV | 176.59 | 106.22 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 138 | 0.50 | 0 | 0.37 | 0.15 | 135.56 | 0.59 | 0.64 |
| Hex | 6E | DA | 8A | 32 | 0 | 25 | F | 88 | 3B | 40 |
| Octal | 156 | 332 | 212 | 62 | 0 | 45 | 17 | 210 | 73 | 100 |
| Binary | 1101110 | 11011010 | 10001010 | 110010 | 0 | 100101 | 1111 | 10001000 | 111011 | 1000000 |
Color Harmonies of #6EDA8A
Complementary color
Monochromatic Colors of #6EDA8A
Black with #6EDA8A
Text Example
Text Example
White with #6EDA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDA8A; }
p { color: rgb(110,218,138); }
H1.HeaderClassName
{
color: #6EDA8A;
}
.AnyTagClassName
{
color: #6EDA8A;
}
</style>
background-color css
<style>
a { background-color: #6EDA8A; }
a { background-color: rgb(110,218,138); }
div.DivClassName
{
background-color: #6EDA8A;
}
.BgClassName
{
background-color: #6EDA8A;
}
</style>
border-color css
<style>
span { border-color: #6EDA8A; }
span { border-color: rgb(110,218,138); }
td.TdClassName
{
border-color: #6EDA8A;
}
.TagClassName
{
border-color: #6EDA8A;
}
</style>