#6ED96A

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

Shades of Pastel Green #6ED96A

Tints of Pastel Green #6ED96A

Color information

#6ED96A (or 0x6ED96A) is unknown color: approx Pastel Green. HEX triplet: 6E, D9 and 6A. RGB value is (110,217,106). Sum of RGB (Red+Green+Blue) = 110+217+106=433 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.40% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #6ED96A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED96A is #912695. Grayscale: #ACACAC. Windows color (decimal): -9512598 or 7002478. OLE color: 7002478.

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

Color convert

RGB110217106-
CMYK0.4900.510.15
HSL117.84º59.36%63.33%-
HSV(B)117.84º51.15%85.1%-
XYZ33.8453.9822.27-
YUV172.3590.5583.53-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.40%
GREEN value IS 217 (85.16% from 255) = 50.12%
BLUE value IS 106 (41.80% from 255) = 24.48%
R=25.40%
G=50.12%
B=24.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1102171060.4900.510.15117.8459.3663.33
Hex6ED96A31033F763b3f
Octal15633115261063171667377
Binary1101110110110011101010110001011001111111110110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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