#6ADC6D

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

Shades of Pastel Green #6ADC6D

Tints of Pastel Green #6ADC6D

Color information

#6ADC6D (or 0x6ADC6D) is unknown color: approx Pastel Green. HEX triplet: 6A, DC and 6D. RGB value is (106,220,109). Sum of RGB (Red+Green+Blue) = 106+220+109=435 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.37% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADC6D is #952392. Grayscale: #ADADAD. Windows color (decimal): -9773971 or 7199850. OLE color: 7199850.

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

Color convert

RGB106220109-
CMYK0.5200.500.14
HSL121.58º61.96%63.92%-
HSV(B)121.58º51.82%86.27%-
XYZ34.355.3523.34-
YUV173.2691.7380.03-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.37%
GREEN value IS 220 (86.33% from 255) = 50.57%
BLUE value IS 109 (42.97% from 255) = 25.06%
R=24.37%
G=50.57%
B=25.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1062201090.5200.500.14121.5861.9663.92
Hex6ADC6D34032E7a3e40
Octal152334155640621617276100
Binary11010101101110011011011101000110010111011110101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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