#6DDC6A

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

Shades of Pastel Green #6DDC6A

Tints of Pastel Green #6DDC6A

Color information

#6DDC6A (or 0x6DDC6A) is unknown color: approx Pastel Green. HEX triplet: 6D, DC and 6A. RGB value is (109,220,106). Sum of RGB (Red+Green+Blue) = 109+220+106=435 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.06% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDC6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DDC6A is #922395. Grayscale: #AEAEAE. Windows color (decimal): -9577366 or 7003245. OLE color: 7003245.

HSL color Cylindrical-coordinate representation of color #6DDC6A: hue angle of 118.42º 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 #6DDC6A is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB109220106-
CMYK0.5000.520.14
HSL118.42º61.96%63.92%-
HSV(B)118.42º51.82%86.27%-
XYZ34.555.4822.53-
YUV173.8289.7381.77-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.06%
GREEN value IS 220 (86.33% from 255) = 50.57%
BLUE value IS 106 (41.80% from 255) = 24.37%
R=25.06%
G=50.57%
B=24.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1092201060.5000.520.14118.4261.9663.92
Hex6DDC6A32034E763e40
Octal155334152620641616676100
Binary11011011101110011010101100100110100111011101101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,220,106); }

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

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

 a { background-color: rgb(109,220,106); }

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

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

 span { border-color: rgb(109,220,106); }

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