Html Css Color HEX #01D848 Malachite

📋 copy color: '#01D848'

red 1 ◦ green 216 ◦ blue 72

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

Shades of Malachite #01D848

Tints of Malachite #01D848

RGB

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

 GREEN value IS 216 (84.77% from 255) = 74.74%

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

R = 0.35%
G = 74.74%
B = 24.91%

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

#01D848 (or 0x01D848) is known color: Malachite. HEX triplet: 01, D8 and 48. RGB value is (1,216,72). Sum of RGB (Red+Green+Blue) = 1+216+72=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 216 (84.77% from 255 or 74.74% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 216 - color contains mainly: green. Hex color #01D848 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D848 is #FE27B7. Grayscale: #878787. Windows color (decimal): -16656312 or 4773889. OLE color: 4773889.

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

Color convert

RGB 1 216 72 -
CMYK 1.00 0 0.67 0.15
HSL 139.81º 0.99% 0.43% -
HSV(B) 139.81º 1% 0.85% -
XYZ 25.74 49.59 14.35 -
YUV 135.3 92.27 32.21 -
System Red Green Blue C M Y K H S L
Decimal 1 216 72 1.00 0 0.67 0.15 139.81 0.99 0.43
Hex 1 D8 48 64 0 43 F 8C 63 2B
Octal 1 330 110 144 0 103 17 214 143 53
Binary 1 11011000 1001000 1100100 0 1000011 1111 10001100 1100011 101011

Color Harmonies of #01D848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D848

Black with #01D848

Text Example


Text Example

White with #01D848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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