#6ED26C

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

Shades of Pastel Green #6ED26C

Tints of Pastel Green #6ED26C

Color information

#6ED26C (or 0x6ED26C) is unknown color: approx Pastel Green. HEX triplet: 6E, D2 and 6C. RGB value is (110,210,108). Sum of RGB (Red+Green+Blue) = 110+210+108=428 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.70% from 428); Green value is 210 (82.42% from 255 or 49.07% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 210 - color contains mainly: green. Hex color #6ED26C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED26C is #912D93. Grayscale: #A8A8A8. Windows color (decimal): -9514388 or 7131758. OLE color: 7131758.

HSL color Cylindrical-coordinate representation of color #6ED26C: hue angle of 118.82º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED26C is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB110210108-
CMYK0.4800.490.18
HSL118.82º53.12%62.35%-
HSV(B)118.82º48.57%82.35%-
XYZ32.1850.4922.24-
YUV168.4793.8786.29-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.70%
GREEN value IS 210 (82.42% from 255) = 49.07%
BLUE value IS 108 (42.58% from 255) = 25.23%
R=25.70%
G=49.07%
B=25.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1102101080.4800.490.18118.8253.1262.35
Hex6ED26C300311277353e
Octal15632215460061221676576
Binary11011101101001011011001100000110001100101110111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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