#01CC42

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

Shades of Dark Pastel Green #01CC42

Tints of Dark Pastel Green #01CC42

Color information

#01CC42 (or 0x01CC42) is unknown color: approx Dark Pastel Green. HEX triplet: 01, CC and 42. RGB value is (1,204,66). Sum of RGB (Red+Green+Blue) = 1+204+66=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 204 (80.08% from 255 or 75.28% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 204 - color contains mainly: green. Hex color #01CC42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01CC42 is #FE33BD. Grayscale: #7F7F7F. Windows color (decimal): -16659390 or 4377601. OLE color: 4377601.

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

Color convert

RGB120466-
CMYK1.0000.680.2
HSL139.21º99.02%40.2%-
HSV(B)139.21º99.51%80%-
XYZ22.5943.5912.38-
YUV127.5793.2537.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 204 (80.08% from 255) = 75.28%
BLUE value IS 66 (26.17% from 255) = 24.35%
R=0.37%
G=75.28%
B=24.35%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1204661.0000.680.2139.2199.0240.2
Hex1CC4264044148b6328
Octal131410214401042421314350
Binary111001100100001011001000100010010100100010111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01CC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,204,66); }

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

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

 a { background-color: rgb(1,204,66); }

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

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

 span { border-color: rgb(1,204,66); }

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