Html Css Color HEX #01D948 Malachite

📋 copy color: '#01D948'

red 1 ◦ green 217 ◦ blue 72

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

Shades of Malachite #01D948

Tints of Malachite #01D948

RGB

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

 GREEN value IS 217 (85.16% from 255) = 74.83%

 BLUE value IS 72 (28.52% from 255) = 24.83%

R = 0.34%
G = 74.83%
B = 24.83%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#01D948 (or 0x01D948) is known color: Malachite. HEX triplet: 01, D9 and 48. RGB value is (1,217,72). Sum of RGB (Red+Green+Blue) = 1+217+72=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 217 (85.16% from 255 or 74.83% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 217 - color contains mainly: green. Hex color #01D948 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D948 is #FE26B7. Grayscale: #888888. Windows color (decimal): -16656056 or 4774145. OLE color: 4774145.

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

Color convert

RGB 1 217 72 -
CMYK 1.00 0 0.67 0.15
HSL 139.72º 0.99% 0.43% -
HSV(B) 139.72º 1% 0.85% -
XYZ 26 50.1 14.43 -
YUV 135.89 91.94 31.79 -
System Red Green Blue C M Y K H S L
Decimal 1 217 72 1.00 0 0.67 0.15 139.72 0.99 0.43
Hex 1 D9 48 64 0 43 F 8C 63 2B
Octal 1 331 110 144 0 103 17 214 143 53
Binary 1 11011001 1001000 1100100 0 1000011 1111 10001100 1100011 101011

Color Harmonies of #01D948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D948

Black with #01D948

Text Example


Text Example

White with #01D948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,217,72); }

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

background-color css

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

 a { background-color: rgb(1,217,72); }

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

border-color css

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

 span { border-color: rgb(1,217,72); }

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