#6AE38C

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

Shades of Pastel Green #6AE38C

Tints of Pastel Green #6AE38C

Color information

#6AE38C (or 0x6AE38C) is unknown color: approx Pastel Green. HEX triplet: 6A, E3 and 8C. RGB value is (106,227,140). Sum of RGB (Red+Green+Blue) = 106+227+140=473 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.41% from 473); Green value is 227 (89.06% from 255 or 47.99% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 227 - color contains mainly: green. Hex color #6AE38C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AE38C is #951C73. Grayscale: #B5B5B5. Windows color (decimal): -9772148 or 9233258. OLE color: 9233258.

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

Color convert

RGB106227140-
CMYK0.5300.380.11
HSL136.86º68.36%65.29%-
HSV(B)136.86º53.3%89.02%-
XYZ38.1559.934.36-
YUV180.9104.9174.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.41%
GREEN value IS 227 (89.06% from 255) = 47.99%
BLUE value IS 140 (55.08% from 255) = 29.60%
R=22.41%
G=47.99%
B=29.60%

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
Decimal1062271400.5300.380.11136.8668.3665.29
Hex6AE38C35026B894441
Octal1523432146504613211104101
Binary11010101110001110001100110101010011010111000100110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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