Color Hex Logo

#09802f Color Hex

#09802F
(9,128,47)
0 Favorites   0 Comments

Color spaces of #09802f

RGB 912847
HSL0.390.870.27
HSV139°93°50°
CMYK 0.930.000.63   0.50
XYZ8.344915.70175.2802
Yxy15.70170.28450.5354
Hunter Lab39.6254-31.753219.8372
CIE-Lab46.5807-47.516934.9643

#09802f color RGB value is (9,128,47).

#09802f hex color red value is 9, green value is 128 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #09802f hue: 0.39 , saturation: 0.87 and the lightness value of 09802f is 0.27.

The process color (four color CMYK) of #09802f color hex is 0.93, 0.00, 0.63, 0.50. Web safe color of #09802f is #009933. Color #09802f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10000000 00101111
Octal 11 200 57
Decimal 9 128 47
Hex 9 80 2F

RGB Percentages of Color #09802f

%4.89
%69.57
%25.54

CMYK Percentages of Color #09802f

%93
%0
%63
%50

Triadic Colors of #09802f

#09802f #2f0980 #802f09

Analogous Colors of #09802f

#09802f #09806b #1f8009

Monochromatic Colors of #09802f

#09802f

Complementary Color

#09802f #80095a

#09802f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09802f Color Preview on White Background

Lorem ipsum dolor sit amet.

#09802f Color CSS Codes

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

#09802f Text Font Color

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

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


#09802f Background Color

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

This div background color is #09802f


#09802f Border Color

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

This div border color is #09802f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,128,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09802f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09802f;
  -webkit-box-shadow: 1px 1px 3px 2px #09802f;
  box-shadow:         1px 1px 3px 2px #09802f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,128,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09802f


Comments

No comments written yet.

Please login to write comment.