#6EDC8C

Color #6EDC8C Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #6EDC8C

Tints of Pastel Green #6EDC8C

Color information

#6EDC8C (or 0x6EDC8C) is unknown color: approx Pastel Green. HEX triplet: 6E, DC and 8C. RGB value is (110,220,140). Sum of RGB (Red+Green+Blue) = 110+220+140=470 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.40% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDC8C is #912373. Grayscale: #B2B2B2. Windows color (decimal): -9511796 or 9231470. OLE color: 9231470.

HSL color Cylindrical-coordinate representation of color #6EDC8C: hue angle of 136.36º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDC8C is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB110220140-
CMYK0.5000.360.14
HSL136.36º61.11%64.71%-
HSV(B)136.36º50%86.27%-
XYZ36.7656.3933.76-
YUV177.99106.5679.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 23.40%
GREEN value IS 220 (86.33% from 255) = 46.81%
BLUE value IS 140 (55.08% from 255) = 29.79%
R=23.40%
G=46.81%
B=29.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1102201400.5000.360.14136.3661.1164.71
Hex6EDC8C32024E883d41
Octal156334214620441621075101
Binary1101110110111001000110011001001001001110100010001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EDC8C; }

 p { color: rgb(110,220,140); }

 H1.HeaderClassName
 {
   color: #6EDC8C;
 }
 .AnyTagClassName
 {
   color: #6EDC8C;
 }
</style>
background-color css

<style>
 a { background-color: #6EDC8C; }

 a { background-color: rgb(110,220,140); }

 div.DivClassName
 {
   background-color: #6EDC8C;
 }
 .BgClassName
 {
   background-color: #6EDC8C;
 }
</style>
border-color css

<style>
 span { border-color: #6EDC8C; }

 span { border-color: rgb(110,220,140); }

 td.TdClassName
 {
   border-color: #6EDC8C;
 }
 .TagClassName
 {
   border-color: #6EDC8C;
 }
</style>