#6ADC6C

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

Shades of Pastel Green #6ADC6C

Tints of Pastel Green #6ADC6C

Color information

#6ADC6C (or 0x6ADC6C) is unknown color: approx Pastel Green. HEX triplet: 6A, DC and 6C. RGB value is (106,220,108). Sum of RGB (Red+Green+Blue) = 106+220+108=434 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.42% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADC6C is #952393. Grayscale: #ADADAD. Windows color (decimal): -9773972 or 7134314. OLE color: 7134314.

HSL color Cylindrical-coordinate representation of color #6ADC6C: hue angle of 121.05º 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 #6ADC6C is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB106220108-
CMYK0.5200.510.14
HSL121.05º61.96%63.92%-
HSV(B)121.05º51.82%86.27%-
XYZ34.2455.3323.06-
YUV173.1591.2380.11-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.42%
GREEN value IS 220 (86.33% from 255) = 50.69%
BLUE value IS 108 (42.58% from 255) = 24.88%
R=24.42%
G=50.69%
B=24.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1062201080.5200.510.14121.0561.9663.92
Hex6ADC6C34033E793e40
Octal152334154640631617176100
Binary11010101101110011011001101000110011111011110011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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