#01C21A

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

Shades of Dark Pastel Green #01C21A

Tints of Dark Pastel Green #01C21A

Color information

#01C21A (or 0x01C21A) is unknown color: approx Dark Pastel Green. HEX triplet: 01, C2 and 1A. RGB value is (1,194,26). Sum of RGB (Red+Green+Blue) = 1+194+26=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 194 (76.17% from 255 or 87.78% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 194 - color contains mainly: green. Hex color #01C21A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C21A is #FE3DE5. Grayscale: #757575. Windows color (decimal): -16661990 or 1753601. OLE color: 1753601.

HSL color Cylindrical-coordinate representation of color #01C21A: hue angle of 127.77º 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 #01C21A is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB119426-
CMYK0.9900.870.24
HSL127.77º98.97%38.24%-
HSV(B)127.77º99.48%76.08%-
XYZ19.4938.667.41-
YUV117.1476.5645.16-

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.78%
BLUE value IS 26 (10.55% from 255) = 11.76%
R=0.45%
G=87.78%
B=11.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1194260.9900.870.24127.7798.9738.24
Hex1C21A6305718806326
Octal13023214301273020014346
Binary1110000101101011000110101011111000100000001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01C21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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