#6EDB6A

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

Shades of Pastel Green #6EDB6A

Tints of Pastel Green #6EDB6A

Color information

#6EDB6A (or 0x6EDB6A) is unknown color: approx Pastel Green. HEX triplet: 6E, DB and 6A. RGB value is (110,219,106). Sum of RGB (Red+Green+Blue) = 110+219+106=435 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.29% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDB6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDB6A is #912495. Grayscale: #ADADAD. Windows color (decimal): -9512086 or 7002990. OLE color: 7002990.

HSL color Cylindrical-coordinate representation of color #6EDB6A: hue angle of 117.88º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EDB6A is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB110219106-
CMYK0.5000.520.14
HSL117.88º61.08%63.73%-
HSV(B)117.88º51.6%85.88%-
XYZ34.3655.0222.44-
YUV173.5389.8982.69-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.29%
GREEN value IS 219 (85.94% from 255) = 50.34%
BLUE value IS 106 (41.80% from 255) = 24.37%
R=25.29%
G=50.34%
B=24.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1102191060.5000.520.14117.8861.0863.73
Hex6EDB6A32034E763d40
Octal156333152620641616675100
Binary11011101101101111010101100100110100111011101101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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