Html Css Color HEX #01DD4A Malachite

📋 copy color: '#01DD4A'

red 1 ◦ green 221 ◦ blue 74

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

Shades of Malachite #01DD4A

Tints of Malachite #01DD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25%

R = 0.34%
G = 74.66%
B = 25%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#01DD4A (or 0x01DD4A) is known color: Malachite. HEX triplet: 01, DD and 4A. RGB value is (1,221,74). Sum of RGB (Red+Green+Blue) = 1+221+74=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 221 (86.72% from 255 or 74.66% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DD4A is #FE22B5. Grayscale: #8A8A8A. Windows color (decimal): -16655030 or 4906241. OLE color: 4906241.

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

Color convert

RGB 1 221 74 -
CMYK 1.00 0 0.67 0.13
HSL 139.91º 0.99% 0.44% -
HSV(B) 139.91º 1% 0.87% -
XYZ 27.11 52.21 15.13 -
YUV 138.46 91.61 29.95 -
System Red Green Blue C M Y K H S L
Decimal 1 221 74 1.00 0 0.67 0.13 139.91 0.99 0.44
Hex 1 DD 4A 64 0 43 D 8C 63 2C
Octal 1 335 112 144 0 103 15 214 143 54
Binary 1 11011101 1001010 1100100 0 1000011 1101 10001100 1100011 101100

Color Harmonies of #01DD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DD4A

Black with #01DD4A

Text Example


Text Example

White with #01DD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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