#6AE174

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

Shades of Pastel Green #6AE174

Tints of Pastel Green #6AE174

Color information

#6AE174 (or 0x6AE174) is unknown color: approx Pastel Green. HEX triplet: 6A, E1 and 74. RGB value is (106,225,116). Sum of RGB (Red+Green+Blue) = 106+225+116=447 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.71% from 447); Green value is 225 (88.28% from 255 or 50.34% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 225 - color contains mainly: green. Hex color #6AE174 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AE174 is #951E8B. Grayscale: #B1B1B1. Windows color (decimal): -9772684 or 7659882. OLE color: 7659882.

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

Color convert

RGB106225116-
CMYK0.5300.480.12
HSL125.04º66.48%64.9%-
HSV(B)125.04º52.89%88.24%-
XYZ36.0258.1825.85-
YUV176.9993.5877.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.71%
GREEN value IS 225 (88.28% from 255) = 50.34%
BLUE value IS 116 (45.70% from 255) = 25.95%
R=23.71%
G=50.34%
B=25.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1062251160.5300.480.12125.0466.4864.9
Hex6AE17435030C7d4241
Octal1523411646506014175102101
Binary110101011100001111010011010101100001100111110110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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