#01D842

Color #01D842 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #01D842

Tints of Malachite #01D842

Color information

#01D842 (or 0x01D842) is unknown color: approx Malachite. HEX triplet: 01, D8 and 42. RGB value is (1,216,66). Sum of RGB (Red+Green+Blue) = 1+216+66=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 216 (84.77% from 255 or 76.33% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 216 - color contains mainly: green. Hex color #01D842 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D842 is #FE27BD. Grayscale: #878787. Windows color (decimal): -16656318 or 4380673. OLE color: 4380673.

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

Color convert

RGB121666-
CMYK1.0000.690.15
HSL138.14º99.08%42.55%-
HSV(B)138.14º99.54%84.71%-
XYZ25.5549.5113.36-
YUV134.6189.2732.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 216 (84.77% from 255) = 76.33%
BLUE value IS 66 (26.17% from 255) = 23.32%
R=0.35%
G=76.33%
B=23.32%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1216661.0000.690.15138.1499.0842.55
Hex1D84264045F8a632b
Octal133010214401051721214353
Binary11101100010000101100100010001011111100010101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01D842;
 }
 .AnyTagClassName
 {
   color: #01D842;
 }
</style>
background-color css

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

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

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

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

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

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