#6AE971

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

Shades of Pastel Green #6AE971

Tints of Pastel Green #6AE971

Color information

#6AE971 (or 0x6AE971) is unknown color: approx Pastel Green. HEX triplet: 6A, E9 and 71. RGB value is (106,233,113). Sum of RGB (Red+Green+Blue) = 106+233+113=452 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.45% from 452); Green value is 233 (91.41% from 255 or 51.55% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 233 - color contains mainly: green. Hex color #6AE971 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AE971 is #95168E. Grayscale: #B5B5B5. Windows color (decimal): -9770639 or 7465322. OLE color: 7465322.

HSL color Cylindrical-coordinate representation of color #6AE971: hue angle of 123.31º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AE971 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB106233113-
CMYK0.5500.520.09
HSL123.31º74.27%66.47%-
HSV(B)123.31º54.51%91.37%-
XYZ38.0662.5325.69-
YUV181.3589.4274.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.45%
GREEN value IS 233 (91.41% from 255) = 51.55%
BLUE value IS 113 (44.53% from 255) = 25%
R=23.45%
G=51.55%
B=25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1062331130.5500.520.09123.3174.2766.47
Hex6AE9713703497b4a42
Octal1523511616706411173112102
Binary110101011101001111000111011101101001001111101110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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