#6AE475

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

Shades of Pastel Green #6AE475

Tints of Pastel Green #6AE475

Color information

#6AE475 (or 0x6AE475) is unknown color: approx Pastel Green. HEX triplet: 6A, E4 and 75. RGB value is (106,228,117). Sum of RGB (Red+Green+Blue) = 106+228+117=451 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.50% from 451); Green value is 228 (89.45% from 255 or 50.55% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 228 - color contains mainly: green. Hex color #6AE475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AE475 is #951B8A. Grayscale: #B3B3B3. Windows color (decimal): -9771915 or 7726186. OLE color: 7726186.

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

Color convert

RGB106228117-
CMYK0.5400.490.11
HSL125.41º69.32%65.49%-
HSV(B)125.41º53.51%89.41%-
XYZ36.959.8426.43-
YUV178.8793.0876.03-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.50%
GREEN value IS 228 (89.45% from 255) = 50.55%
BLUE value IS 117 (46.09% from 255) = 25.94%
R=23.50%
G=50.55%
B=25.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1062281170.5400.490.11125.4169.3265.49
Hex6AE47536031B7d4541
Octal1523441656606113175105101
Binary110101011100100111010111011001100011011111110110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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