Html Css Color HEX #01EC5F Malachite

📋 copy color: '#01EC5F'

red 1 ◦ green 236 ◦ blue 95

#01EC5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #01EC5F

Tints of Malachite #01EC5F

RGB

 RED value IS 1 (0.78% from 255) = 0.3%

 GREEN value IS 236 (92.58% from 255) = 71.08%

 BLUE value IS 95 (37.5% from 255) = 28.61%

R = 0.3%
G = 71.08%
B = 28.61%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#01EC5F (or 0x01EC5F) is known color: Malachite. HEX triplet: 01, EC and 5F. RGB value is (1,236,95). Sum of RGB (Red+Green+Blue) = 1+236+95=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 236 (92.58% from 255 or 71.08% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 236 - color contains mainly: green. Hex color #01EC5F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01EC5F is #FE13A0. Grayscale: #959595. Windows color (decimal): -16651169 or 6286337. OLE color: 6286337.

HSL color Cylindrical-coordinate representation of color #01EC5F: hue angle of 144º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EC5F is Cyan = 1.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 236 95 -
CMYK 1.00 0 0.60 0.07
HSL 144º 0.99% 0.46% -
HSV(B) 144º 1% 0.93% -
XYZ 32.07 60.82 20.88 -
YUV 149.66 97.14 21.96 -
System Red Green Blue C M Y K H S L
Decimal 1 236 95 1.00 0 0.60 0.07 144 0.99 0.46
Hex 1 EC 5F 64 0 3C 7 90 63 2E
Octal 1 354 137 144 0 74 7 220 143 56
Binary 1 11101100 1011111 1100100 0 111100 111 10010000 1100011 101110

Color Harmonies of #01EC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EC5F

Black with #01EC5F

Text Example


Text Example

White with #01EC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,236,95); }

 H1.HeaderClassName
 {
   color: #01EC5F;
 }
 .AnyTagClassName
 {
   color: #01EC5F;
 }
</style>

background-color css

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

 a { background-color: rgb(1,236,95); }

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

border-color css

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

 span { border-color: rgb(1,236,95); }

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