#6AE46A

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

Shades of Pastel Green #6AE46A

Tints of Pastel Green #6AE46A

Color information

#6AE46A (or 0x6AE46A) is unknown color: approx Pastel Green. HEX triplet: 6A, E4 and 6A. RGB value is (106,228,106). Sum of RGB (Red+Green+Blue) = 106+228+106=440 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.09% from 440); Green value is 228 (89.45% from 255 or 51.82% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 228 - color contains mainly: green. Hex color #6AE46A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AE46A is #951B95. Grayscale: #B1B1B1. Windows color (decimal): -9771926 or 7005290. OLE color: 7005290.

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

Color convert

RGB106228106-
CMYK0.5400.540.11
HSL120º69.32%65.49%-
HSV(B)120º53.51%89.41%-
XYZ36.2959.5923.23-
YUV177.6187.5876.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.09%
GREEN value IS 228 (89.45% from 255) = 51.82%
BLUE value IS 106 (41.80% from 255) = 24.09%
R=24.09%
G=51.82%
B=24.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1062281060.5400.540.1112069.3265.49
Hex6AE46A36036B784541
Octal1523441526606613170105101
Binary110101011100100110101011011001101101011111100010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,228,106); }

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

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

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

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

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

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

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