#6ED160

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

Shades of Pastel Green #6ED160

Tints of Pastel Green #6ED160

Color information

#6ED160 (or 0x6ED160) is unknown color: approx Pastel Green. HEX triplet: 6E, D1 and 60. RGB value is (110,209,96). Sum of RGB (Red+Green+Blue) = 110+209+96=415 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.51% from 415); Green value is 209 (82.03% from 255 or 50.36% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 209 - color contains mainly: green. Hex color #6ED160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED160 is #912E9F. Grayscale: #A6A6A6. Windows color (decimal): -9514656 or 6345070. OLE color: 6345070.

HSL color Cylindrical-coordinate representation of color #6ED160: hue angle of 112.57º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6ED160 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB11020996-
CMYK0.4700.540.18
HSL112.57º55.12%59.8%-
HSV(B)112.57º54.07%81.96%-
XYZ31.3449.7619.02-
YUV166.5288.287.69-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.51%
GREEN value IS 209 (82.03% from 255) = 50.36%
BLUE value IS 96 (37.89% from 255) = 23.13%
R=26.51%
G=50.36%
B=23.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal110209960.4700.540.18112.5755.1259.8
Hex6ED1602F0361271373c
Octal15632114057066221616774
Binary11011101101000111000001011110110110100101110001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,209,96); }

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

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

 a { background-color: rgb(110,209,96); }

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

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

 span { border-color: rgb(110,209,96); }

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