Color Hex Logo

#01d210 Color Hex

#01D210
(1,210,16)
0 Favorites   0 Comments

Color spaces of #01d210

RGB 121016
HSL0.350.990.41
HSV124°100°82°
CMYK 1.000.000.92   0.18
XYZ23.152646.13718.1753
Yxy46.13710.29890.5956
Hunter Lab67.9243-58.024240.4109
CIE-Lab73.6344-74.089970.1676

#01d210 color RGB value is (1,210,16).

#01d210 hex color red value is 1, green value is 210 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #01d210 hue: 0.35 , saturation: 0.99 and the lightness value of 01d210 is 0.41.

The process color (four color CMYK) of #01d210 color hex is 1.00, 0.00, 0.92, 0.18. Web safe color of #01d210 is #00cc00. Color #01d210 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11010010 00010000
Octal 1 322 20
Decimal 1 210 16
Hex 1 D2 10

RGB Percentages of Color #01d210

%0.44
%92.51
%7.05

CMYK Percentages of Color #01d210

%100
%0
%92
%18

Triadic Colors of #01d210

#01d210 #1001d2 #d21001

Analogous Colors of #01d210

#01d210 #01d279 #5ad201

Monochromatic Colors of #01d210

#01d210

Complementary Color

#01d210 #d201c3

#01d210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01d210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01d210 Color CSS Codes

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

#01d210 Text Font Color

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

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


#01d210 Background Color

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

This div background color is #01d210


#01d210 Border Color

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

This div border color is #01d210


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,210,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01d210; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01d210;
  -webkit-box-shadow: 1px 1px 3px 2px #01d210;
  box-shadow:         1px 1px 3px 2px #01d210; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01d210


Comments

No comments written yet.

Please login to write comment.