#6EEB94

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

Shades of Pastel Green #6EEB94

Tints of Pastel Green #6EEB94

Color information

#6EEB94 (or 0x6EEB94) is unknown color: approx Pastel Green. HEX triplet: 6E, EB and 94. RGB value is (110,235,148). Sum of RGB (Red+Green+Blue) = 110+235+148=493 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.31% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #6EEB94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EEB94 is #91146B. Grayscale: #BBBBBB. Windows color (decimal): -9507948 or 9759598. OLE color: 9759598.

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

Color convert

RGB110235148-
CMYK0.5300.370.08
HSL138.24º75.76%67.65%-
HSV(B)138.24º53.19%92.16%-
XYZ41.4864.8738.35-
YUV187.71105.5972.57-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.31%
GREEN value IS 235 (92.19% from 255) = 47.67%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=22.31%
G=47.67%
B=30.02%

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
Decimal1102351480.5300.370.08138.2475.7667.65
Hex6EEB943502588a4c44
Octal1563532246504510212114104
Binary11011101110101110010100110101010010110001000101010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EEB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,235,148); }

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

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

 a { background-color: rgb(110,235,148); }

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

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

 span { border-color: rgb(110,235,148); }

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