Html Css Color HEX #01DA54 Malachite

📋 copy color: '#01DA54'

red 1 ◦ green 218 ◦ blue 84

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

Shades of Malachite #01DA54

Tints of Malachite #01DA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.72%

R = 0.33%
G = 71.95%
B = 27.72%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#01DA54 (or 0x01DA54) is known color: Malachite. HEX triplet: 01, DA and 54. RGB value is (1,218,84). Sum of RGB (Red+Green+Blue) = 1+218+84=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 218 (85.55% from 255 or 71.95% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 218 - color contains mainly: green. Hex color #01DA54 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DA54 is #FE25AB. Grayscale: #8A8A8A. Windows color (decimal): -16655788 or 5560833. OLE color: 5560833.

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

Color convert

RGB 1 218 84 -
CMYK 1.00 0 0.61 0.15
HSL 142.95º 0.99% 0.43% -
HSV(B) 142.95º 1% 0.85% -
XYZ 26.68 50.79 16.78 -
YUV 137.84 97.61 30.4 -
System Red Green Blue C M Y K H S L
Decimal 1 218 84 1.00 0 0.61 0.15 142.95 0.99 0.43
Hex 1 DA 54 64 0 3D F 8F 63 2B
Octal 1 332 124 144 0 75 17 217 143 53
Binary 1 11011010 1010100 1100100 0 111101 1111 10001111 1100011 101011

Color Harmonies of #01DA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DA54

Black with #01DA54

Text Example


Text Example

White with #01DA54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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