Html Css Color HEX #01D96D Malachite

📋 copy color: '#01D96D'

red 1 ◦ green 217 ◦ blue 109

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

Shades of Malachite #01D96D

Tints of Malachite #01D96D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 66.36%

 BLUE value IS 109 (42.97% from 255) = 33.33%

R = 0.31%
G = 66.36%
B = 33.33%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#01D96D (or 0x01D96D) is known color: Malachite. HEX triplet: 01, D9 and 6D. RGB value is (1,217,109). Sum of RGB (Red+Green+Blue) = 1+217+109=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 217 (85.16% from 255 or 66.36% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 217 - color contains mainly: green. Hex color #01D96D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D96D is #FE2692. Grayscale: #8C8C8C. Windows color (decimal): -16656019 or 7198977. OLE color: 7198977.

HSL color Cylindrical-coordinate representation of color #01D96D: hue angle of 150º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D96D is Cyan = 1.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 1 217 109 -
CMYK 1.00 0 0.50 0.15
HSL 150º 0.99% 0.43% -
HSV(B) 150º 1% 0.85% -
XYZ 27.59 50.74 22.81 -
YUV 140.1 110.44 28.78 -
System Red Green Blue C M Y K H S L
Decimal 1 217 109 1.00 0 0.50 0.15 150 0.99 0.43
Hex 1 D9 6D 64 0 32 F 96 63 2B
Octal 1 331 155 144 0 62 17 226 143 53
Binary 1 11011001 1101101 1100100 0 110010 1111 10010110 1100011 101011

Color Harmonies of #01D96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D96D

Black with #01D96D

Text Example


Text Example

White with #01D96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,217,109); }

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

background-color css

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

 a { background-color: rgb(1,217,109); }

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

border-color css

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

 span { border-color: rgb(1,217,109); }

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