#6AD57C

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

Shades of Pastel Green #6AD57C

Tints of Pastel Green #6AD57C

Color information

#6AD57C (or 0x6AD57C) is unknown color: approx Pastel Green. HEX triplet: 6A, D5 and 7C. RGB value is (106,213,124). Sum of RGB (Red+Green+Blue) = 106+213+124=443 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.93% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #6AD57C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD57C is #952A83. Grayscale: #ABABAB. Windows color (decimal): -9775748 or 8181098. OLE color: 8181098.

HSL color Cylindrical-coordinate representation of color #6AD57C: hue angle of 130.09º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AD57C is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB106213124-
CMYK0.5000.420.16
HSL130.09º56.02%62.55%-
HSV(B)130.09º50.23%83.53%-
XYZ33.3852.1127.37-
YUV170.86101.5581.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.93%
GREEN value IS 213 (83.59% from 255) = 48.08%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=23.93%
G=48.08%
B=27.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1062131240.5000.420.16130.0956.0262.55
Hex6AD57C3202A1082383f
Octal15232517462052202027077
Binary110101011010101111110011001001010101000010000010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,213,124); }

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

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

 a { background-color: rgb(106,213,124); }

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

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

 span { border-color: rgb(106,213,124); }

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