#6AE15C

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

Shades of Pastel Green #6AE15C

Tints of Pastel Green #6AE15C

Color information

#6AE15C (or 0x6AE15C) is unknown color: approx Pastel Green. HEX triplet: 6A, E1 and 5C. RGB value is (106,225,92). Sum of RGB (Red+Green+Blue) = 106+225+92=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 225 (88.28% from 255 or 53.19% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 225 - color contains mainly: green. Hex color #6AE15C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AE15C is #951EA3. Grayscale: #AEAEAE. Windows color (decimal): -9772708 or 6087018. OLE color: 6087018.

HSL color Cylindrical-coordinate representation of color #6AE15C: hue angle of 113.68º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6AE15C is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB10622592-
CMYK0.5300.590.12
HSL113.68º68.91%62.16%-
HSV(B)113.68º59.11%88.24%-
XYZ34.857.6919.43-
YUV174.2681.5879.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.06%
GREEN value IS 225 (88.28% from 255) = 53.19%
BLUE value IS 92 (36.33% from 255) = 21.75%
R=25.06%
G=53.19%
B=21.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal106225920.5300.590.12113.6868.9162.16
Hex6AE15C3503BC72453e
Octal152341134650731416210576
Binary11010101110000110111001101010111011110011100101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,225,92); }

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

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

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

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

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

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

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