Html Css Color HEX #01D942 Malachite

📋 copy color: '#01D942'

red 1 ◦ green 217 ◦ blue 66

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

Shades of Malachite #01D942

Tints of Malachite #01D942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.24%

R = 0.35%
G = 76.41%
B = 23.24%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#01D942 (or 0x01D942) is known color: Malachite. HEX triplet: 01, D9 and 42. RGB value is (1,217,66). Sum of RGB (Red+Green+Blue) = 1+217+66=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 217 (85.16% from 255 or 76.41% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 217 - color contains mainly: green. Hex color #01D942 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D942 is #FE26BD. Grayscale: #878787. Windows color (decimal): -16656062 or 4380929. OLE color: 4380929.

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

Color convert

RGB 1 217 66 -
CMYK 1.00 0 0.70 0.15
HSL 138.06º 0.99% 0.43% -
HSV(B) 138.06º 1% 0.85% -
XYZ 25.81 50.03 13.45 -
YUV 135.2 88.94 32.28 -
System Red Green Blue C M Y K H S L
Decimal 1 217 66 1.00 0 0.70 0.15 138.06 0.99 0.43
Hex 1 D9 42 64 0 46 F 8A 63 2B
Octal 1 331 102 144 0 106 17 212 143 53
Binary 1 11011001 1000010 1100100 0 1000110 1111 10001010 1100011 101011

Color Harmonies of #01D942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D942

Black with #01D942

Text Example


Text Example

White with #01D942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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