Color Hex Logo

#009533 Color Hex

#009533
(0,149,51)
0 Favorites   0 Comments

Color spaces of #009533

RGB 014951
HSL0.391.000.29
HSV141°100°58°
CMYK 1.000.000.66   0.42
XYZ11.345021.73396.7291
Yxy21.73390.28500.5460
Hunter Lab46.6196-38.145924.0758
CIE-Lab53.7435-54.435341.1743

#009533 color RGB value is (0,149,51).

#009533 hex color red value is 0, green value is 149 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #009533 hue: 0.39 , saturation: 1.00 and the lightness value of 009533 is 0.29.

The process color (four color CMYK) of #009533 color hex is 1.00, 0.00, 0.66, 0.42. Web safe color of #009533 is #009933. Color #009533 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010101 00110011
Octal 0 225 63
Decimal 0 149 51
Hex 0 95 33

RGB Percentages of Color #009533

%0.00
%74.50
%25.50

CMYK Percentages of Color #009533

%100
%0
%66
%42

Triadic Colors of #009533

#009533 #330095 #953300

Analogous Colors of #009533

#009533 #00957e #189500

Monochromatic Colors of #009533

#009533

Complementary Color

#009533 #950062

#009533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#009533 Color CSS Codes

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

#009533 Text Font Color

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

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


#009533 Background Color

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

This div background color is #009533


#009533 Border Color

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

This div border color is #009533


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,149,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #009533; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #009533;
  -webkit-box-shadow: 1px 1px 3px 2px #009533;
  box-shadow:         1px 1px 3px 2px #009533; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,149,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009533


Comments

No comments written yet.

Please login to write comment.