#01D63C

Color #01D63C Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #01D63C

Tints of Dark Pastel Green #01D63C

Color information

#01D63C (or 0x01D63C) is unknown color: approx Dark Pastel Green. HEX triplet: 01, D6 and 3C. RGB value is (1,214,60). Sum of RGB (Red+Green+Blue) = 1+214+60=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 214 (83.98% from 255 or 77.82% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 214 - color contains mainly: green. Hex color #01D63C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D63C is #FE29C3. Grayscale: #858585. Windows color (decimal): -16656836 or 3986945. OLE color: 3986945.

HSL color Cylindrical-coordinate representation of color #01D63C: hue angle of 136.62º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D63C is Cyan = 1.00, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB121460-
CMYK1.0000.720.16
HSL136.62º99.07%42.16%-
HSV(B)136.62º99.53%83.92%-
XYZ24.8748.4312.31-
YUV132.7686.9334.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 214 (83.98% from 255) = 77.82%
BLUE value IS 60 (23.83% from 255) = 21.82%
R=0.36%
G=77.82%
B=21.82%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1214601.0000.720.16136.6299.0742.16
Hex1D63C640481089632a
Octal13267414401102021114352
Binary11101011011110011001000100100010000100010011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,214,60); }

 H1.HeaderClassName
 {
   color: #01D63C;
 }
 .AnyTagClassName
 {
   color: #01D63C;
 }
</style>
background-color css

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

 a { background-color: rgb(1,214,60); }

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

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

 span { border-color: rgb(1,214,60); }

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