Color Hex Logo

#6acd2a Color Hex

#6ACD2A
(106,205,42)
0 Favorites   0 Comments

Color spaces of #6acd2a

RGB 10620542
HSL0.270.660.48
HSV96°80°80°
CMYK 0.480.000.80   0.20
XYZ28.193146.89409.7560
Yxy46.89400.33230.5527
Hunter Lab68.4792-46.349639.4886
CIE-Lab74.1219-55.000865.8872

#6acd2a color RGB value is (106,205,42).

#6acd2a hex color red value is 106, green value is 205 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #6acd2a hue: 0.27 , saturation: 0.66 and the lightness value of 6acd2a is 0.48.

The process color (four color CMYK) of #6acd2a color hex is 0.48, 0.00, 0.80, 0.20. Web safe color of #6acd2a is #66cc33. Color #6acd2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001101 00101010
Octal 152 315 52
Decimal 106 205 42
Hex 6A CD 2A

RGB Percentages of Color #6acd2a

%30.03
%58.07
%11.90

CMYK Percentages of Color #6acd2a

%48
%0
%80
%20

Triadic Colors of #6acd2a

#6acd2a #2a6acd #cd2a6a

Analogous Colors of #6acd2a

#6acd2a #2acd3c #bccd2a

Monochromatic Colors of #6acd2a

#6acd2a

Complementary Color

#6acd2a #8d2acd

#6acd2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acd2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acd2a Color CSS Codes

.mybgcolor {background-color:#6acd2a; } 
.myforecolor {color:#6acd2a; }
.mybordercolor {border:3px solid #6acd2a; }

#6acd2a Text Font Color

<p style="color:#6acd2a">Text here</p>

This sample text font color is #6acd2a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6acd2a Background Color

<div style="background-color:#6acd2a">
Div content here</div>

This div background color is #6acd2a


#6acd2a Border Color

<div style="border:3px solid #6acd2a">
Div here</div>

This div border color is #6acd2a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,205,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6acd2a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6acd2a;
  -webkit-box-shadow: 1px 1px 3px 2px #6acd2a;
  box-shadow:         1px 1px 3px 2px #6acd2a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,205,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6acd2a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6acd2a;
  -webkit-box-shadow: 1px 1px 3px 2px #6acd2a;
  box-shadow:         1px 1px 3px 2px #6acd2a;">
Div content here</div>

This div box has shadow with color #6acd2a


Comments

No comments written yet.

Please login to write comment.