Html Css Color HEX #01D65F Malachite

📋 copy color: '#01D65F'

red 1 ◦ green 214 ◦ blue 95

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

Shades of Malachite #01D65F

Tints of Malachite #01D65F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 69.03%

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

R = 0.32%
G = 69.03%
B = 30.65%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#01D65F (or 0x01D65F) is known color: Malachite. HEX triplet: 01, D6 and 5F. RGB value is (1,214,95). Sum of RGB (Red+Green+Blue) = 1+214+95=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 214 (83.98% from 255 or 69.03% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 214 - color contains mainly: green. Hex color #01D65F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D65F is #FE29A0. Grayscale: #898989. Windows color (decimal): -16656801 or 6280705. OLE color: 6280705.

HSL color Cylindrical-coordinate representation of color #01D65F: hue angle of 146.48º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D65F is Cyan = 1.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 1 214 95 -
CMYK 1.00 0 0.56 0.16
HSL 146.48º 0.99% 0.42% -
HSV(B) 146.48º 1% 0.84% -
XYZ 26.12 48.93 18.89 -
YUV 136.75 104.43 31.18 -
System Red Green Blue C M Y K H S L
Decimal 1 214 95 1.00 0 0.56 0.16 146.48 0.99 0.42
Hex 1 D6 5F 64 0 38 10 92 63 2A
Octal 1 326 137 144 0 70 20 222 143 52
Binary 1 11010110 1011111 1100100 0 111000 10000 10010010 1100011 101010

Color Harmonies of #01D65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D65F

Black with #01D65F

Text Example


Text Example

White with #01D65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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