#6AE177

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

Shades of Pastel Green #6AE177

Tints of Pastel Green #6AE177

Color information

#6AE177 (or 0x6AE177) is unknown color: approx Pastel Green. HEX triplet: 6A, E1 and 77. RGB value is (106,225,119). Sum of RGB (Red+Green+Blue) = 106+225+119=450 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.56% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #6AE177 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AE177 is #951E88. Grayscale: #B1B1B1. Windows color (decimal): -9772681 or 7856490. OLE color: 7856490.

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

Color convert

RGB106225119-
CMYK0.5300.470.12
HSL126.55º66.48%64.9%-
HSV(B)126.55º52.89%88.24%-
XYZ36.258.2526.79-
YUV177.3395.0877.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.56%
GREEN value IS 225 (88.28% from 255) = 50%
BLUE value IS 119 (46.88% from 255) = 26.44%
R=23.56%
G=50%
B=26.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1062251190.5300.470.12126.5566.4864.9
Hex6AE1773502FC7f4241
Octal1523411676505714177102101
Binary110101011100001111011111010101011111100111111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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