#6AEB94

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

Shades of Pastel Green #6AEB94

Tints of Pastel Green #6AEB94

Color information

#6AEB94 (or 0x6AEB94) is unknown color: approx Pastel Green. HEX triplet: 6A, EB and 94. RGB value is (106,235,148). Sum of RGB (Red+Green+Blue) = 106+235+148=489 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.68% from 489); Green value is 235 (92.19% from 255 or 48.06% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEB94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEB94 is #95146B. Grayscale: #BABABA. Windows color (decimal): -9770092 or 9759594. OLE color: 9759594.

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

Color convert

RGB106235148-
CMYK0.5500.370.08
HSL139.53º76.33%66.86%-
HSV(B)139.53º54.89%92.16%-
XYZ4164.6238.33-
YUV186.51106.2670.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.68%
GREEN value IS 235 (92.19% from 255) = 48.06%
BLUE value IS 148 (58.20% from 255) = 30.27%
R=21.68%
G=48.06%
B=30.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1062351480.5500.370.08139.5376.3366.86
Hex6AEB943702588c4c43
Octal1523532246704510214114103
Binary11010101110101110010100110111010010110001000110010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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