#6ADA5E

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

Shades of Pastel Green #6ADA5E

Tints of Pastel Green #6ADA5E

Color information

#6ADA5E (or 0x6ADA5E) is unknown color: approx Pastel Green. HEX triplet: 6A, DA and 5E. RGB value is (106,218,94). Sum of RGB (Red+Green+Blue) = 106+218+94=418 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.36% from 418); Green value is 218 (85.55% from 255 or 52.15% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADA5E is #9525A1. Grayscale: #AAAAAA. Windows color (decimal): -9774498 or 6216298. OLE color: 6216298.

HSL color Cylindrical-coordinate representation of color #6ADA5E: hue angle of 114.19º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6ADA5E is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB10621894-
CMYK0.5100.570.15
HSL114.19º62.63%61.18%-
HSV(B)114.19º56.88%85.49%-
XYZ33.0454.0219.27-
YUV170.3884.8982.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.36%
GREEN value IS 218 (85.55% from 255) = 52.15%
BLUE value IS 94 (37.11% from 255) = 22.49%
R=25.36%
G=52.15%
B=22.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal106218940.5100.570.15114.1962.6361.18
Hex6ADA5E33039F723f3d
Octal15233213663071171627775
Binary1101010110110101011110110011011100111111110010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,218,94); }

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

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

 a { background-color: rgb(106,218,94); }

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

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

 span { border-color: rgb(106,218,94); }

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