#68D16A

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

Shades of Pastel Green #68D16A

Tints of Pastel Green #68D16A

Color information

#68D16A (or 0x68D16A) is unknown color: approx Pastel Green. HEX triplet: 68, D1 and 6A. RGB value is (104,209,106). Sum of RGB (Red+Green+Blue) = 104+209+106=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 209 (82.03% from 255 or 49.88% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 209 - color contains mainly: green. Hex color #68D16A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D16A is #972E95. Grayscale: #A6A6A6. Windows color (decimal): -9907862 or 7000424. OLE color: 7000424.

HSL color Cylindrical-coordinate representation of color #68D16A: hue angle of 121.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D16A is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB104209106-
CMYK0.5000.490.18
HSL121.14º53.3%61.37%-
HSV(B)121.14º50.24%81.96%-
XYZ31.1149.5821.57-
YUV165.8694.2183.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.82%
GREEN value IS 209 (82.03% from 255) = 49.88%
BLUE value IS 106 (41.80% from 255) = 25.30%
R=24.82%
G=49.88%
B=25.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1042091060.5000.490.18121.1453.361.37
Hex68D16A320311279353d
Octal15032115262061221716575
Binary11010001101000111010101100100110001100101111001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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