Html Css Color HEX #6EDC8C Pastel Green

📋 copy color: '#6EDC8C'

red 110 ◦ green 220 ◦ blue 140

#6EDC8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #6EDC8C

Tints of Pastel Green #6EDC8C

RGB

 RED value IS 110 (43.36% from 255) = 23.4%

 GREEN value IS 220 (86.33% from 255) = 46.81%

 BLUE value IS 140 (55.08% from 255) = 29.79%

R = 23.4%
G = 46.81%
B = 29.79%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#6EDC8C (or 0x6EDC8C) is known color: 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

RGB 110 220 140 -
CMYK 0.50 0 0.36 0.14
HSL 136.36º 0.61% 0.65% -
HSV(B) 136.36º 0.5% 0.86% -
XYZ 36.76 56.39 33.76 -
YUV 177.99 106.56 79.5 -
System Red Green Blue C M Y K H S L
Decimal 110 220 140 0.50 0 0.36 0.14 136.36 0.61 0.65
Hex 6E DC 8C 32 0 24 E 88 3D 41
Octal 156 334 214 62 0 44 16 210 75 101
Binary 1101110 11011100 10001100 110010 0 100100 1110 10001000 111101 1000001

Color Harmonies of #6EDC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDC8C

Black with #6EDC8C

Text Example


Text Example

White with #6EDC8C

Text Example


Text Example

HTML Codes & Css Web 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>