#6CD160

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

Shades of Pastel Green #6CD160

Tints of Pastel Green #6CD160

Color information

#6CD160 (or 0x6CD160) is unknown color: approx Pastel Green. HEX triplet: 6C, D1 and 60. RGB value is (108,209,96). Sum of RGB (Red+Green+Blue) = 108+209+96=413 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.15% from 413); Green value is 209 (82.03% from 255 or 50.61% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 209 - color contains mainly: green. Hex color #6CD160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD160 is #932E9F. Grayscale: #A6A6A6. Windows color (decimal): -9645728 or 6345068. OLE color: 6345068.

HSL color Cylindrical-coordinate representation of color #6CD160: hue angle of 113.63º 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 #6CD160 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB10820996-
CMYK0.4800.540.18
HSL113.63º55.12%59.8%-
HSV(B)113.63º54.07%81.96%-
XYZ31.149.6319.01-
YUV165.9288.5486.69-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.15%
GREEN value IS 209 (82.03% from 255) = 50.61%
BLUE value IS 96 (37.89% from 255) = 23.24%
R=26.15%
G=50.61%
B=23.24%

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
Decimal108209960.4800.540.18113.6355.1259.8
Hex6CD160300361272373c
Octal15432114060066221626774
Binary11011001101000111000001100000110110100101110010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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