#01C941

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

Shades of Dark Pastel Green #01C941

Tints of Dark Pastel Green #01C941

Color information

#01C941 (or 0x01C941) is unknown color: approx Dark Pastel Green. HEX triplet: 01, C9 and 41. RGB value is (1,201,65). Sum of RGB (Red+Green+Blue) = 1+201+65=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 201 (78.91% from 255 or 75.28% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 201 - color contains mainly: green. Hex color #01C941 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C941 is #FE36BE. Grayscale: #7E7E7E. Windows color (decimal): -16660159 or 4311297. OLE color: 4311297.

HSL color Cylindrical-coordinate representation of color #01C941: hue angle of 139.2º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C941 is Cyan = 1.00, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB120165-
CMYK1.0000.680.21
HSL139.2º99.01%39.61%-
HSV(B)139.2º99.5%78.82%-
XYZ21.8542.1611.99-
YUV125.793.7439.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 201 (78.91% from 255) = 75.28%
BLUE value IS 65 (25.78% from 255) = 24.34%
R=0.37%
G=75.28%
B=24.34%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1201651.0000.680.21139.299.0139.61
Hex1C94164044158b6328
Octal131110114401042521314350
Binary111001001100000111001000100010010101100010111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01C941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,201,65); }

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

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

 a { background-color: rgb(1,201,65); }

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

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

 span { border-color: rgb(1,201,65); }

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