Html Css Color HEX #01DF4A Malachite

📋 copy color: '#01DF4A'

red 1 ◦ green 223 ◦ blue 74

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

Shades of Malachite #01DF4A

Tints of Malachite #01DF4A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 74.83%

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

R = 0.34%
G = 74.83%
B = 24.83%

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

#01DF4A (or 0x01DF4A) is known color: Malachite. HEX triplet: 01, DF and 4A. RGB value is (1,223,74). Sum of RGB (Red+Green+Blue) = 1+223+74=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 223 (87.5% from 255 or 74.83% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DF4A is #FE20B5. Grayscale: #8C8C8C. Windows color (decimal): -16654518 or 4906753. OLE color: 4906753.

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

Color convert

RGB 1 223 74 -
CMYK 1.00 0 0.67 0.13
HSL 139.73º 0.99% 0.44% -
HSV(B) 139.73º 1% 0.87% -
XYZ 27.64 53.28 15.31 -
YUV 139.64 90.95 29.12 -
System Red Green Blue C M Y K H S L
Decimal 1 223 74 1.00 0 0.67 0.13 139.73 0.99 0.44
Hex 1 DF 4A 64 0 43 D 8C 63 2C
Octal 1 337 112 144 0 103 15 214 143 54
Binary 1 11011111 1001010 1100100 0 1000011 1101 10001100 1100011 101100

Color Harmonies of #01DF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DF4A

Black with #01DF4A

Text Example


Text Example

White with #01DF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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