#6AE38D

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

Shades of Pastel Green #6AE38D

Tints of Pastel Green #6AE38D

Color information

#6AE38D (or 0x6AE38D) is unknown color: approx Pastel Green. HEX triplet: 6A, E3 and 8D. RGB value is (106,227,141). Sum of RGB (Red+Green+Blue) = 106+227+141=474 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.36% from 474); Green value is 227 (89.06% from 255 or 47.89% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 227 - color contains mainly: green. Hex color #6AE38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AE38D is #951C72. Grayscale: #B5B5B5. Windows color (decimal): -9772147 or 9298794. OLE color: 9298794.

HSL color Cylindrical-coordinate representation of color #6AE38D: hue angle of 137.36º 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 #6AE38D is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB106227141-
CMYK0.5300.380.11
HSL137.36º68.36%65.29%-
HSV(B)137.36º53.3%89.02%-
XYZ38.2259.9334.75-
YUV181.02105.4174.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.36%
GREEN value IS 227 (89.06% from 255) = 47.89%
BLUE value IS 141 (55.47% from 255) = 29.75%
R=22.36%
G=47.89%
B=29.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1062271410.5300.380.11137.3668.3665.29
Hex6AE38D35026B894441
Octal1523432156504613211104101
Binary11010101110001110001101110101010011010111000100110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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