#01C949

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

Shades of Dark Pastel Green #01C949

Tints of Dark Pastel Green #01C949

Color information

#01C949 (or 0x01C949) is unknown color: approx Dark Pastel Green. HEX triplet: 01, C9 and 49. RGB value is (1,201,73). Sum of RGB (Red+Green+Blue) = 1+201+73=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 201 (78.91% from 255 or 73.09% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 201 - color contains mainly: green. Hex color #01C949 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C949 is #FE36B6. Grayscale: #7E7E7E. Windows color (decimal): -16660151 or 4835585. OLE color: 4835585.

HSL color Cylindrical-coordinate representation of color #01C949: hue angle of 141.6º 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 #01C949 is Cyan = 1.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB120173-
CMYK1.0000.640.21
HSL141.6º99.01%39.61%-
HSV(B)141.6º99.5%78.82%-
XYZ22.142.2613.3-
YUV126.6197.7438.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 201 (78.91% from 255) = 73.09%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=0.36%
G=73.09%
B=26.55%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1201731.0000.640.21141.699.0139.61
Hex1C94964040158e6328
Octal131111114401002521614350
Binary111001001100100111001000100000010101100011101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01C949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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