#6DD160

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

Shades of Pastel Green #6DD160

Tints of Pastel Green #6DD160

Color information

#6DD160 (or 0x6DD160) is unknown color: approx Pastel Green. HEX triplet: 6D, D1 and 60. RGB value is (109,209,96). Sum of RGB (Red+Green+Blue) = 109+209+96=414 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.33% from 414); Green value is 209 (82.03% from 255 or 50.48% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 209 - color contains mainly: green. Hex color #6DD160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD160 is #922E9F. Grayscale: #A6A6A6. Windows color (decimal): -9580192 or 6345069. OLE color: 6345069.

HSL color Cylindrical-coordinate representation of color #6DD160: hue angle of 113.1º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DD160 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB10920996-
CMYK0.4800.540.18
HSL113.1º55.12%59.8%-
HSV(B)113.1º54.07%81.96%-
XYZ31.2249.719.01-
YUV166.2288.3787.19-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.33%
GREEN value IS 209 (82.03% from 255) = 50.48%
BLUE value IS 96 (37.89% from 255) = 23.19%
R=26.33%
G=50.48%
B=23.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal109209960.4800.540.18113.155.1259.8
Hex6DD160300361271373c
Octal15532114060066221616774
Binary11011011101000111000001100000110110100101110001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,209,96); }

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

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

 a { background-color: rgb(109,209,96); }

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

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

 span { border-color: rgb(109,209,96); }

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