#68D160

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

Shades of Pastel Green #68D160

Tints of Pastel Green #68D160

Color information

#68D160 (or 0x68D160) is unknown color: approx Pastel Green. HEX triplet: 68, D1 and 60. RGB value is (104,209,96). Sum of RGB (Red+Green+Blue) = 104+209+96=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 209 (82.03% from 255 or 51.10% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 209 - color contains mainly: green. Hex color #68D160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D160 is #972E9F. Grayscale: #A5A5A5. Windows color (decimal): -9907872 or 6345064. OLE color: 6345064.

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

Color convert

RGB10420996-
CMYK0.5000.540.18
HSL115.75º55.12%59.8%-
HSV(B)115.75º54.07%81.96%-
XYZ30.6249.3918.99-
YUV164.7289.2184.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.43%
GREEN value IS 209 (82.03% from 255) = 51.10%
BLUE value IS 96 (37.89% from 255) = 23.47%
R=25.43%
G=51.10%
B=23.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal104209960.5000.540.18115.7555.1259.8
Hex68D160320361274373c
Octal15032114062066221646774
Binary11010001101000111000001100100110110100101110100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68D160; }

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

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

<style>
 a { background-color: #68D160; }

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

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

<style>
 span { border-color: #68D160; }

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

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