Html Css Color HEX #01DF3A Malachite

📋 copy color: '#01DF3A'

red 1 ◦ green 223 ◦ blue 58

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

Shades of Malachite #01DF3A

Tints of Malachite #01DF3A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 79.08%

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

R = 0.35%
G = 79.08%
B = 20.57%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#01DF3A (or 0x01DF3A) is known color: Malachite. HEX triplet: 01, DF and 3A. RGB value is (1,223,58). Sum of RGB (Red+Green+Blue) = 1+223+58=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 223 (87.5% from 255 or 79.08% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DF3A is #FE20C5. Grayscale: #8A8A8A. Windows color (decimal): -16654534 or 3858177. OLE color: 3858177.

HSL color Cylindrical-coordinate representation of color #01DF3A: hue angle of 135.41º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DF3A is Cyan = 1.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 223 58 -
CMYK 1.00 0 0.74 0.13
HSL 135.41º 0.99% 0.44% -
HSV(B) 135.41º 1% 0.87% -
XYZ 27.16 53.09 12.82 -
YUV 137.81 82.95 30.42 -
System Red Green Blue C M Y K H S L
Decimal 1 223 58 1.00 0 0.74 0.13 135.41 0.99 0.44
Hex 1 DF 3A 64 0 4A D 87 63 2C
Octal 1 337 72 144 0 112 15 207 143 54
Binary 1 11011111 111010 1100100 0 1001010 1101 10000111 1100011 101100

Color Harmonies of #01DF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DF3A

Black with #01DF3A

Text Example


Text Example

White with #01DF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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