#01C14E

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

Shades of Dark Pastel Green #01C14E

Tints of Dark Pastel Green #01C14E

Color information

#01C14E (or 0x01C14E) is unknown color: approx Dark Pastel Green. HEX triplet: 01, C1 and 4E. RGB value is (1,193,78). Sum of RGB (Red+Green+Blue) = 1+193+78=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 193 (75.78% from 255 or 70.96% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 193 - color contains mainly: green. Hex color #01C14E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C14E is #FE3EB1. Grayscale: #7A7A7A. Windows color (decimal): -16662194 or 5161217. OLE color: 5161217.

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

Color convert

RGB119378-
CMYK0.9900.600.24
HSL144.06º98.97%38.04%-
HSV(B)144.06º99.48%75.69%-
XYZ20.4638.713.6-
YUV122.48102.8941.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 193 (75.78% from 255) = 70.96%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=0.37%
G=70.96%
B=28.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1193780.9900.600.24144.0698.9738.04
Hex1C14E6303C18906326
Octal13011161430743022014346
Binary11100000110011101100011011110011000100100001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01C14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,193,78); }

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

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

 a { background-color: rgb(1,193,78); }

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

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

 span { border-color: rgb(1,193,78); }

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