Color Hex Logo

#127901 Color Hex

#127901
(18,121,1)
0 Favorites   0 Comments

Color spaces of #127901

RGB 181211
HSL0.310.980.24
HSV112°99°47°
CMYK 0.850.000.99   0.53
XYZ7.092313.80552.3196
Yxy13.80550.30550.5946
Hunter Lab37.1558-30.950422.3076
CIE-Lab43.9527-47.916447.9236

#127901 color RGB value is (18,121,1).

#127901 hex color red value is 18, green value is 121 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #127901 hue: 0.31 , saturation: 0.98 and the lightness value of 127901 is 0.24.

The process color (four color CMYK) of #127901 color hex is 0.85, 0.00, 0.99, 0.53. Web safe color of #127901 is #006600. Color #127901 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111001 00000001
Octal 22 171 1
Decimal 18 121 1
Hex 12 79 1

RGB Percentages of Color #127901

%12.86
%86.43
%0.71

CMYK Percentages of Color #127901

%85
%0
%99
%53

Triadic Colors of #127901

#127901 #011279 #790112

Analogous Colors of #127901

#127901 #01792c #4e7901

Monochromatic Colors of #127901

#127901

Complementary Color

#127901 #680179

#127901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127901 Color CSS Codes

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

#127901 Text Font Color

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

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


#127901 Background Color

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

This div background color is #127901


#127901 Border Color

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

This div border color is #127901


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,121,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #127901; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #127901;
  -webkit-box-shadow: 1px 1px 3px 2px #127901;
  box-shadow:         1px 1px 3px 2px #127901; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,121,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127901


Comments

No comments written yet.

Please login to write comment.