#6ED170

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

Shades of Pastel Green #6ED170

Tints of Pastel Green #6ED170

Color information

#6ED170 (or 0x6ED170) is unknown color: approx Pastel Green. HEX triplet: 6E, D1 and 70. RGB value is (110,209,112). Sum of RGB (Red+Green+Blue) = 110+209+112=431 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.52% from 431); Green value is 209 (82.03% from 255 or 48.49% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 209 - color contains mainly: green. Hex color #6ED170 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED170 is #912E8F. Grayscale: #A8A8A8. Windows color (decimal): -9514640 or 7393646. OLE color: 7393646.

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

Color convert

RGB110209112-
CMYK0.4700.460.18
HSL121.21º51.83%62.55%-
HSV(B)121.21º47.37%81.96%-
XYZ32.1650.0923.3-
YUV168.3496.286.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.52%
GREEN value IS 209 (82.03% from 255) = 48.49%
BLUE value IS 112 (44.14% from 255) = 25.99%
R=25.52%
G=48.49%
B=25.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1102091120.4700.460.18121.2151.8362.55
Hex6ED1702F02E1279343f
Octal15632116057056221716477
Binary11011101101000111100001011110101110100101111001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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