#6ADC5C

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

Shades of Pastel Green #6ADC5C

Tints of Pastel Green #6ADC5C

Color information

#6ADC5C (or 0x6ADC5C) is unknown color: approx Pastel Green. HEX triplet: 6A, DC and 5C. RGB value is (106,220,92). Sum of RGB (Red+Green+Blue) = 106+220+92=418 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.36% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADC5C is #9523A3. Grayscale: #ABABAB. Windows color (decimal): -9773988 or 6085738. OLE color: 6085738.

HSL color Cylindrical-coordinate representation of color #6ADC5C: hue angle of 113.44º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ADC5C is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB10622092-
CMYK0.5200.580.14
HSL113.44º64.65%61.18%-
HSV(B)113.44º58.18%86.27%-
XYZ33.4755.0218.98-
YUV171.3283.2381.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.36%
GREEN value IS 220 (86.33% from 255) = 52.63%
BLUE value IS 92 (36.33% from 255) = 22.01%
R=25.36%
G=52.63%
B=22.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal106220920.5200.580.14113.4464.6561.18
Hex6ADC5C3403AE71413d
Octal152334134640721616110175
Binary11010101101110010111001101000111010111011100011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,220,92); }

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

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

 a { background-color: rgb(106,220,92); }

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

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

 span { border-color: rgb(106,220,92); }

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