Html Css Color HEX #01DA3A Malachite

📋 copy color: '#01DA3A'

red 1 ◦ green 218 ◦ blue 58

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

Shades of Malachite #01DA3A

Tints of Malachite #01DA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.94%

R = 0.36%
G = 78.7%
B = 20.94%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#01DA3A (or 0x01DA3A) is known color: Malachite. HEX triplet: 01, DA and 3A. RGB value is (1,218,58). Sum of RGB (Red+Green+Blue) = 1+218+58=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 218 (85.55% from 255 or 78.70% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 218 - color contains mainly: green. Hex color #01DA3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DA3A is #FE25C5. Grayscale: #878787. Windows color (decimal): -16655814 or 3856897. OLE color: 3856897.

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

Color convert

RGB 1 218 58 -
CMYK 1.00 0 0.73 0.15
HSL 135.76º 0.99% 0.43% -
HSV(B) 135.76º 1% 0.85% -
XYZ 25.85 50.45 12.38 -
YUV 134.88 84.61 32.51 -
System Red Green Blue C M Y K H S L
Decimal 1 218 58 1.00 0 0.73 0.15 135.76 0.99 0.43
Hex 1 DA 3A 64 0 49 F 88 63 2B
Octal 1 332 72 144 0 111 17 210 143 53
Binary 1 11011010 111010 1100100 0 1001001 1111 10001000 1100011 101011

Color Harmonies of #01DA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DA3A

Black with #01DA3A

Text Example


Text Example

White with #01DA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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