Color Hex Logo

#469900 Color Hex

#469900
(70,153,0)
0 Favorites   0 Comments

Color spaces of #469900

RGB 701530
HSL0.261.000.30
HSV93°100°60°
CMYK 0.540.001.00   0.40
XYZ13.917024.08463.9153
Yxy24.08460.33200.5746
Hunter Lab49.0761-35.264029.6231
CIE-Lab56.1724-47.552558.4218

#469900 color RGB value is (70,153,0).

#469900 hex color red value is 70, green value is 153 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #469900 hue: 0.26 , saturation: 1.00 and the lightness value of 469900 is 0.30.

The process color (four color CMYK) of #469900 color hex is 0.54, 0.00, 1.00, 0.40. Web safe color of #469900 is #339900. Color #469900 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011001 00000000
Octal 106 231 0
Decimal 70 153 0
Hex 46 99 0

RGB Percentages of Color #469900

%31.39
%68.61
%0.00

CMYK Percentages of Color #469900

%54
%0
%100
%40

Triadic Colors of #469900

#469900 #004699 #990046

Analogous Colors of #469900

#469900 #009907 #939900

Monochromatic Colors of #469900

#469900

Complementary Color

#469900 #530099

#469900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#469900 Color CSS Codes

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

#469900 Text Font Color

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

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


#469900 Background Color

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

This div background color is #469900


#469900 Border Color

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

This div border color is #469900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469900


Comments

No comments written yet.

Please login to write comment.