#6ECC6C

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

Shades of Pastel Green #6ECC6C

Tints of Pastel Green #6ECC6C

Color information

#6ECC6C (or 0x6ECC6C) is unknown color: approx Pastel Green. HEX triplet: 6E, CC and 6C. RGB value is (110,204,108). Sum of RGB (Red+Green+Blue) = 110+204+108=422 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.07% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECC6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ECC6C is #913393. Grayscale: #A5A5A5. Windows color (decimal): -9515924 or 7130222. OLE color: 7130222.

HSL color Cylindrical-coordinate representation of color #6ECC6C: hue angle of 118.75º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ECC6C is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB110204108-
CMYK0.4600.470.2
HSL118.75º48.48%61.18%-
HSV(B)118.75º47.06%80%-
XYZ30.7347.5821.75-
YUV164.9595.8688.81-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.07%
GREEN value IS 204 (80.08% from 255) = 48.34%
BLUE value IS 108 (42.58% from 255) = 25.59%
R=26.07%
G=48.34%
B=25.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1102041080.4600.470.2118.7548.4861.18
Hex6ECC6C2E02F1477303d
Octal15631415456057241676075
Binary11011101100110011011001011100101111101001110111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,204,108); }

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

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

 a { background-color: rgb(110,204,108); }

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

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

 span { border-color: rgb(110,204,108); }

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