Html Css Color HEX #01DA6C Malachite

📋 copy color: '#01DA6C'

red 1 ◦ green 218 ◦ blue 108

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

Shades of Malachite #01DA6C

Tints of Malachite #01DA6C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 66.67%

 BLUE value IS 108 (42.58% from 255) = 33.03%

R = 0.31%
G = 66.67%
B = 33.03%

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

#01DA6C (or 0x01DA6C) is known color: Malachite. HEX triplet: 01, DA and 6C. RGB value is (1,218,108). Sum of RGB (Red+Green+Blue) = 1+218+108=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 218 (85.55% from 255 or 66.67% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 218 - color contains mainly: green. Hex color #01DA6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DA6C is #FE2593. Grayscale: #8C8C8C. Windows color (decimal): -16655764 or 7133697. OLE color: 7133697.

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

Color convert

RGB 1 218 108 -
CMYK 1.00 0 0.50 0.15
HSL 149.59º 0.99% 0.43% -
HSV(B) 149.59º 1% 0.85% -
XYZ 27.79 51.23 22.61 -
YUV 140.58 109.61 28.44 -
System Red Green Blue C M Y K H S L
Decimal 1 218 108 1.00 0 0.50 0.15 149.59 0.99 0.43
Hex 1 DA 6C 64 0 32 F 96 63 2B
Octal 1 332 154 144 0 62 17 226 143 53
Binary 1 11011010 1101100 1100100 0 110010 1111 10010110 1100011 101011

Color Harmonies of #01DA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DA6C

Black with #01DA6C

Text Example


Text Example

White with #01DA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,218,108); }

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

background-color css

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

 a { background-color: rgb(1,218,108); }

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

border-color css

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

 span { border-color: rgb(1,218,108); }

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