#6DEA94

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

Shades of Pastel Green #6DEA94

Tints of Pastel Green #6DEA94

Color information

#6DEA94 (or 0x6DEA94) is unknown color: approx Pastel Green. HEX triplet: 6D, EA and 94. RGB value is (109,234,148). Sum of RGB (Red+Green+Blue) = 109+234+148=491 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.20% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEA94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DEA94 is #92156B. Grayscale: #BBBBBB. Windows color (decimal): -9573740 or 9759341. OLE color: 9759341.

HSL color Cylindrical-coordinate representation of color #6DEA94: hue angle of 138.72º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DEA94 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB109234148-
CMYK0.5300.370.08
HSL138.72º74.85%67.25%-
HSV(B)138.72º53.42%91.76%-
XYZ41.0764.2338.25-
YUV186.82106.0972.49-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.20%
GREEN value IS 234 (91.80% from 255) = 47.66%
BLUE value IS 148 (58.20% from 255) = 30.14%
R=22.20%
G=47.66%
B=30.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092341480.5300.370.08138.7274.8567.25
Hex6DEA943502588b4b43
Octal1553522246504510213113103
Binary11011011110101010010100110101010010110001000101110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,234,148); }

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

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

 a { background-color: rgb(109,234,148); }

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

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

 span { border-color: rgb(109,234,148); }

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