Html Css Color HEX #01D145 Malachite

📋 copy color: '#01D145'

red 1 ◦ green 209 ◦ blue 69

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

Shades of Malachite #01D145

Tints of Malachite #01D145

RGB

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

 GREEN value IS 209 (82.03% from 255) = 74.91%

 BLUE value IS 69 (27.34% from 255) = 24.73%

R = 0.36%
G = 74.91%
B = 24.73%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#01D145 (or 0x01D145) is known color: Malachite. HEX triplet: 01, D1 and 45. RGB value is (1,209,69). Sum of RGB (Red+Green+Blue) = 1+209+69=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 209 (82.03% from 255 or 74.91% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 209 - color contains mainly: green. Hex color #01D145 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D145 is #FE2EBA. Grayscale: #838383. Windows color (decimal): -16658107 or 4575489. OLE color: 4575489.

HSL color Cylindrical-coordinate representation of color #01D145: hue angle of 139.62º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D145 is Cyan = 1.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 209 69 -
CMYK 1.00 0 0.67 0.18
HSL 139.62º 0.99% 0.41% -
HSV(B) 139.62º 1% 0.82% -
XYZ 23.89 46.04 13.26 -
YUV 130.85 93.09 35.38 -
System Red Green Blue C M Y K H S L
Decimal 1 209 69 1.00 0 0.67 0.18 139.62 0.99 0.41
Hex 1 D1 45 64 0 43 12 8C 63 29
Octal 1 321 105 144 0 103 22 214 143 51
Binary 1 11010001 1000101 1100100 0 1000011 10010 10001100 1100011 101001

Color Harmonies of #01D145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D145

Black with #01D145

Text Example


Text Example

White with #01D145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,209,69); }

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

background-color css

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

 a { background-color: rgb(1,209,69); }

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

border-color css

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

 span { border-color: rgb(1,209,69); }

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