#01C21C

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

Shades of Dark Pastel Green #01C21C

Tints of Dark Pastel Green #01C21C

Color information

#01C21C (or 0x01C21C) is unknown color: approx Dark Pastel Green. HEX triplet: 01, C2 and 1C. RGB value is (1,194,28). Sum of RGB (Red+Green+Blue) = 1+194+28=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 194 (76.17% from 255 or 87.00% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 194 - color contains mainly: green. Hex color #01C21C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C21C is #FE3DE3. Grayscale: #757575. Windows color (decimal): -16661988 or 1884673. OLE color: 1884673.

HSL color Cylindrical-coordinate representation of color #01C21C: hue angle of 128.39º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C21C is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB119428-
CMYK0.9900.860.24
HSL128.39º98.97%38.24%-
HSV(B)128.39º99.48%76.08%-
XYZ19.5138.677.53-
YUV117.3777.5645-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 194 (76.17% from 255) = 87.00%
BLUE value IS 28 (11.33% from 255) = 12.56%
R=0.45%
G=87.00%
B=12.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1194280.9900.860.24128.3998.9738.24
Hex1C21C6305618806326
Octal13023414301263020014346
Binary1110000101110011000110101011011000100000001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01C21C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,194,28); }

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

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

 a { background-color: rgb(1,194,28); }

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

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

 span { border-color: rgb(1,194,28); }

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