#6ED96C

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

Shades of Pastel Green #6ED96C

Tints of Pastel Green #6ED96C

Color information

#6ED96C (or 0x6ED96C) is unknown color: approx Pastel Green. HEX triplet: 6E, D9 and 6C. RGB value is (110,217,108). Sum of RGB (Red+Green+Blue) = 110+217+108=435 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.29% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #6ED96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED96C is #912693. Grayscale: #ACACAC. Windows color (decimal): -9512596 or 7133550. OLE color: 7133550.

HSL color Cylindrical-coordinate representation of color #6ED96C: hue angle of 118.9º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ED96C is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB110217108-
CMYK0.4900.500.15
HSL118.9º58.92%63.73%-
HSV(B)118.9º50.23%85.1%-
XYZ33.9554.0222.83-
YUV172.5891.5583.36-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.29%
GREEN value IS 217 (85.16% from 255) = 49.89%
BLUE value IS 108 (42.58% from 255) = 24.83%
R=25.29%
G=49.89%
B=24.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1102171080.4900.500.15118.958.9263.73
Hex6ED96C31032F773b40
Octal156331154610621716773100
Binary11011101101100111011001100010110010111111101111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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