#6AE671

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

Shades of Pastel Green #6AE671

Tints of Pastel Green #6AE671

Color information

#6AE671 (or 0x6AE671) is unknown color: approx Pastel Green. HEX triplet: 6A, E6 and 71. RGB value is (106,230,113). Sum of RGB (Red+Green+Blue) = 106+230+113=449 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.61% from 449); Green value is 230 (90.23% from 255 or 51.22% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 230 - color contains mainly: green. Hex color #6AE671 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AE671 is #95198E. Grayscale: #B3B3B3. Windows color (decimal): -9771407 or 7464554. OLE color: 7464554.

HSL color Cylindrical-coordinate representation of color #6AE671: hue angle of 123.39º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AE671 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB106230113-
CMYK0.5400.510.10
HSL123.39º71.26%65.88%-
HSV(B)123.39º53.91%90.2%-
XYZ37.2260.8525.41-
YUV179.5990.4275.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.61%
GREEN value IS 230 (90.23% from 255) = 51.22%
BLUE value IS 113 (44.53% from 255) = 25.17%
R=23.61%
G=51.22%
B=25.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1062301130.5400.510.10123.3971.2665.88
Hex6AE67136033A7b4742
Octal1523461616606312173107102
Binary110101011100110111000111011001100111010111101110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,230,113); }

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

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

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

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

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

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

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