#6AD37F

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

Shades of Pastel Green #6AD37F

Tints of Pastel Green #6AD37F

Color information

#6AD37F (or 0x6AD37F) is unknown color: approx Pastel Green. HEX triplet: 6A, D3 and 7F. RGB value is (106,211,127). Sum of RGB (Red+Green+Blue) = 106+211+127=444 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.87% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 211 - color contains mainly: green. Hex color #6AD37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD37F is #952C80. Grayscale: #AAAAAA. Windows color (decimal): -9776257 or 8377194. OLE color: 8377194.

HSL color Cylindrical-coordinate representation of color #6AD37F: hue angle of 132º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AD37F is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB106211127-
CMYK0.5000.400.17
HSL132º54.4%62.16%-
HSV(B)132º49.76%82.75%-
XYZ33.0751.1928.22-
YUV170.03103.7182.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.87%
GREEN value IS 211 (82.81% from 255) = 47.52%
BLUE value IS 127 (50% from 255) = 28.60%
R=23.87%
G=47.52%
B=28.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1062111270.5000.400.1713254.462.16
Hex6AD37F320281184363e
Octal15232317762050212046676
Binary110101011010011111111111001001010001000110000100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,211,127); }

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

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

 a { background-color: rgb(106,211,127); }

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

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

 span { border-color: rgb(106,211,127); }

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