Html Css Color HEX #01D450 Malachite

📋 copy color: '#01D450'

red 1 ◦ green 212 ◦ blue 80

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

Shades of Malachite #01D450

Tints of Malachite #01D450

RGB

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

 GREEN value IS 212 (83.2% from 255) = 72.35%

 BLUE value IS 80 (31.64% from 255) = 27.3%

R = 0.34%
G = 72.35%
B = 27.3%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#01D450 (or 0x01D450) is known color: Malachite. HEX triplet: 01, D4 and 50. RGB value is (1,212,80). Sum of RGB (Red+Green+Blue) = 1+212+80=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 212 (83.20% from 255 or 72.35% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 212 - color contains mainly: green. Hex color #01D450 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D450 is #FE2BAF. Grayscale: #868686. Windows color (decimal): -16657328 or 5297153. OLE color: 5297153.

HSL color Cylindrical-coordinate representation of color #01D450: hue angle of 142.46º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D450 is Cyan = 1.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 1 212 80 -
CMYK 1.00 0 0.62 0.17
HSL 142.46º 0.99% 0.42% -
HSV(B) 142.46º 1% 0.83% -
XYZ 25 47.67 15.47 -
YUV 133.86 97.6 33.23 -
System Red Green Blue C M Y K H S L
Decimal 1 212 80 1.00 0 0.62 0.17 142.46 0.99 0.42
Hex 1 D4 50 64 0 3E 11 8E 63 2A
Octal 1 324 120 144 0 76 21 216 143 52
Binary 1 11010100 1010000 1100100 0 111110 10001 10001110 1100011 101010

Color Harmonies of #01D450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D450

Black with #01D450

Text Example


Text Example

White with #01D450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,212,80); }

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

background-color css

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

 a { background-color: rgb(1,212,80); }

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

border-color css

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

 span { border-color: rgb(1,212,80); }

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