#6AE38E

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

Shades of Pastel Green #6AE38E

Tints of Pastel Green #6AE38E

Color information

#6AE38E (or 0x6AE38E) is unknown color: approx Pastel Green. HEX triplet: 6A, E3 and 8E. RGB value is (106,227,142). Sum of RGB (Red+Green+Blue) = 106+227+142=475 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.32% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 227 - color contains mainly: green. Hex color #6AE38E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AE38E is #951C71. Grayscale: #B5B5B5. Windows color (decimal): -9772146 or 9364330. OLE color: 9364330.

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

Color convert

RGB106227142-
CMYK0.5300.370.11
HSL137.85º68.36%65.29%-
HSV(B)137.85º53.3%89.02%-
XYZ38.359.9635.15-
YUV181.13105.9174.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.32%
GREEN value IS 227 (89.06% from 255) = 47.79%
BLUE value IS 142 (55.86% from 255) = 29.89%
R=22.32%
G=47.79%
B=29.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1062271420.5300.370.11137.8568.3665.29
Hex6AE38E35025B8a4441
Octal1523432166504513212104101
Binary11010101110001110001110110101010010110111000101010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,227,142); }

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

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

 a { background-color: rgb(106,227,142); }

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

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

 span { border-color: rgb(106,227,142); }

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