color codes Logo

#25aa4c color codes

#25AA4C
(37,170,76)
0 Favorites   0 Comments

Color spaces of #25aa4c

RGB 3717076
HSL0.380.640.41
HSV138°78°67°
CMYK 0.780.000.55   0.33
XYZ16.442229.664611.6967
Yxy29.66460.28440.5132
Hunter Lab54.4652-41.427825.3928
CIE-Lab61.3637-54.866938.3112

#25aa4c color RGB value is (37,170,76).

#25aa4c hex color red value is 37, green value is 170 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #25aa4c hue: 0.38 , saturation: 0.64 and the lightness value of 25aa4c is 0.41.

The process color (four color CMYK) of #25aa4c color code is 0.78, 0.00, 0.55, 0.33. Web safe color of #25aa4c is #339933. Color #25aa4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10101010 01001100
Octal 45 252 114
Decimal 37 170 76
Hex 25 AA 4C

RGB Percentages of Color #25aa4c

%13.07
%60.07
%26.86

CMYK Percentages of Color #25aa4c

%78
%0
%55
%33

Triadic Colors of #25aa4c

#25aa4c #4c25aa #aa4c25

Analogous Colors of #25aa4c

#25aa4c #25aa8f #41aa25

Monochromatic Colors of #25aa4c

#25aa4c

Complementary Color

#25aa4c #aa2583

#25aa4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25aa4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#25aa4c Color CSS Codes

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

#25aa4c Text Font Color

<p style="color:#25aa4c">Text here</p>

This sample text font color is #25aa4c
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.


#25aa4c Background Color

<div style="background-color:#25aa4c">
Div content here</div>

This div background color is #25aa4c


#25aa4c Border Color

<div style="border:3px solid #25aa4c">
Div here</div>

This div border color is #25aa4c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,170,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25aa4c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25aa4c;
  -webkit-box-shadow: 1px 1px 3px 2px #25aa4c;
  box-shadow:         1px 1px 3px 2px #25aa4c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,170,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25aa4c


Comments

No comments written yet.

Please login to write comment.