Html Css Color HEX #01DA5B Malachite

📋 copy color: '#01DA5B'

red 1 ◦ green 218 ◦ blue 91

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

Shades of Malachite #01DA5B

Tints of Malachite #01DA5B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 70.32%

 BLUE value IS 91 (35.94% from 255) = 29.35%

R = 0.32%
G = 70.32%
B = 29.35%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#01DA5B (or 0x01DA5B) is known color: Malachite. HEX triplet: 01, DA and 5B. RGB value is (1,218,91). Sum of RGB (Red+Green+Blue) = 1+218+91=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 218 (85.55% from 255 or 70.32% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 218 - color contains mainly: green. Hex color #01DA5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DA5B is #FE25A4. Grayscale: #8A8A8A. Windows color (decimal): -16655781 or 6019585. OLE color: 6019585.

HSL color Cylindrical-coordinate representation of color #01DA5B: hue angle of 144.88º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DA5B is Cyan = 1.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 1 218 91 -
CMYK 1.00 0 0.58 0.15
HSL 144.88º 0.99% 0.43% -
HSV(B) 144.88º 1% 0.85% -
XYZ 26.97 50.9 18.3 -
YUV 138.64 101.11 29.83 -
System Red Green Blue C M Y K H S L
Decimal 1 218 91 1.00 0 0.58 0.15 144.88 0.99 0.43
Hex 1 DA 5B 64 0 3A F 91 63 2B
Octal 1 332 133 144 0 72 17 221 143 53
Binary 1 11011010 1011011 1100100 0 111010 1111 10010001 1100011 101011

Color Harmonies of #01DA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DA5B

Black with #01DA5B

Text Example


Text Example

White with #01DA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,218,91); }

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

background-color css

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

 a { background-color: rgb(1,218,91); }

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

border-color css

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

 span { border-color: rgb(1,218,91); }

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