#01CC26

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

Shades of Dark Pastel Green #01CC26

Tints of Dark Pastel Green #01CC26

Color information

#01CC26 (or 0x01CC26) is unknown color: approx Dark Pastel Green. HEX triplet: 01, CC and 26. RGB value is (1,204,38). Sum of RGB (Red+Green+Blue) = 1+204+38=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 204 (80.08% from 255 or 83.95% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 204 - color contains mainly: green. Hex color #01CC26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01CC26 is #FE33D9. Grayscale: #7C7C7C. Windows color (decimal): -16659418 or 2542593. OLE color: 2542593.

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

Color convert

RGB120438-
CMYK1.0000.810.2
HSL130.94º99.02%40.2%-
HSV(B)130.94º99.51%80%-
XYZ21.9643.339.04-
YUV124.3879.2540-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 204 (80.08% from 255) = 83.95%
BLUE value IS 38 (15.23% from 255) = 15.64%
R=0.41%
G=83.95%
B=15.64%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1204381.0000.810.2130.9499.0240.2
Hex1CC266405114836328
Octal13144614401212420314350
Binary11100110010011011001000101000110100100000111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01CC26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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