Html Css Color HEX #01DD6C Malachite

📋 copy color: '#01DD6C'

red 1 ◦ green 221 ◦ blue 108

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

Shades of Malachite #01DD6C

Tints of Malachite #01DD6C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 66.97%

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

R = 0.3%
G = 66.97%
B = 32.73%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#01DD6C (or 0x01DD6C) is known color: Malachite. HEX triplet: 01, DD and 6C. RGB value is (1,221,108). Sum of RGB (Red+Green+Blue) = 1+221+108=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 221 (86.72% from 255 or 66.97% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DD6C is #FE2293. Grayscale: #8E8E8E. Windows color (decimal): -16654996 or 7134465. OLE color: 7134465.

HSL color Cylindrical-coordinate representation of color #01DD6C: hue angle of 149.18º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DD6C is Cyan = 1.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 221 108 -
CMYK 1.00 0 0.51 0.13
HSL 149.18º 0.99% 0.44% -
HSV(B) 149.18º 1% 0.87% -
XYZ 28.58 52.8 22.87 -
YUV 142.34 108.61 27.19 -
System Red Green Blue C M Y K H S L
Decimal 1 221 108 1.00 0 0.51 0.13 149.18 0.99 0.44
Hex 1 DD 6C 64 0 33 D 95 63 2C
Octal 1 335 154 144 0 63 15 225 143 54
Binary 1 11011101 1101100 1100100 0 110011 1101 10010101 1100011 101100

Color Harmonies of #01DD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DD6C

Black with #01DD6C

Text Example


Text Example

White with #01DD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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