Html Css Color HEX #01D220 Dark Pastel Green

📋 copy color: '#01D220'

red 1 ◦ green 210 ◦ blue 32

#01D220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #01D220

Tints of Dark Pastel Green #01D220

RGB

 RED value IS 1 (0.78% from 255) = 0.41%

 GREEN value IS 210 (82.42% from 255) = 86.42%

 BLUE value IS 32 (12.89% from 255) = 13.17%

R = 0.41%
G = 86.42%
B = 13.17%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#01D220 (or 0x01D220) is known color: Dark Pastel Green. HEX triplet: 01, D2 and 20. RGB value is (1,210,32). Sum of RGB (Red+Green+Blue) = 1+210+32=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 210 (82.42% from 255 or 86.42% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 210 - color contains mainly: green. Hex color #01D220 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D220 is #FE2DDF. Grayscale: #7F7F7F. Windows color (decimal): -16657888 or 2150913. OLE color: 2150913.

HSL color Cylindrical-coordinate representation of color #01D220: hue angle of 128.9º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D220 is Cyan = 1.00, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 210 32 -
CMYK 1.00 0 0.85 0.18
HSL 128.9º 0.99% 0.41% -
HSV(B) 128.9º 1% 0.82% -
XYZ 23.32 46.2 9.06 -
YUV 127.22 74.26 37.97 -
System Red Green Blue C M Y K H S L
Decimal 1 210 32 1.00 0 0.85 0.18 128.9 0.99 0.41
Hex 1 D2 20 64 0 55 12 81 63 29
Octal 1 322 40 144 0 125 22 201 143 51
Binary 1 11010010 100000 1100100 0 1010101 10010 10000001 1100011 101001

Color Harmonies of #01D220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D220

Black with #01D220

Text Example


Text Example

White with #01D220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01D220; }

 p { color: rgb(1,210,32); }

 H1.HeaderClassName
 {
   color: #01D220;
 }
 .AnyTagClassName
 {
   color: #01D220;
 }
</style>

background-color css

<style>
 a { background-color: #01D220; }

 a { background-color: rgb(1,210,32); }

 div.DivClassName
 {
   background-color: #01D220;
 }
 .BgClassName
 {
   background-color: #01D220;
 }
</style>

border-color css

<style>
 span { border-color: #01D220; }

 span { border-color: rgb(1,210,32); }

 td.TdClassName
 {
   border-color: #01D220;
 }
 .TagClassName
 {
   border-color: #01D220;
 }
</style>