#6ADC5D

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

Shades of Pastel Green #6ADC5D

Tints of Pastel Green #6ADC5D

Color information

#6ADC5D (or 0x6ADC5D) is unknown color: approx Pastel Green. HEX triplet: 6A, DC and 5D. RGB value is (106,220,93). Sum of RGB (Red+Green+Blue) = 106+220+93=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADC5D is #9523A2. Grayscale: #ABABAB. Windows color (decimal): -9773987 or 6151274. OLE color: 6151274.

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

Color convert

RGB10622093-
CMYK0.5200.580.14
HSL113.86º64.47%61.37%-
HSV(B)113.86º57.73%86.27%-
XYZ33.5155.0419.21-
YUV171.4483.7381.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.30%
GREEN value IS 220 (86.33% from 255) = 52.51%
BLUE value IS 93 (36.72% from 255) = 22.20%
R=25.30%
G=52.51%
B=22.20%

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
Decimal106220930.5200.580.14113.8664.4761.37
Hex6ADC5D3403AE72403d
Octal152334135640721616210075
Binary11010101101110010111011101000111010111011100101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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