#01d067

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

Shades of Malachite #01D067

Tints of Malachite #01D067

Color information

#01D067 (or 0x01D067) is unknown color: approx Malachite. HEX triplet: 01, D0 and 67. RGB value is (1,208,103). Sum of RGB (Red+Green+Blue) = 1+208+103=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 208 (81.64% from 255 or 66.67% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 208 - color contains mainly: green. Hex color #01D067 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D067 is #FE2F98. Grayscale: #868686. Windows color (decimal): -16658329 or 6803457. OLE color: 6803457.

HSL color Cylindrical-coordinate representation of color #01D067: hue angle of 149.57º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D067 is Cyan = 1.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB1208103-
CMYK1.0000.500.18
HSL149.57º99.04%40.98%-
HSV(B)149.57º99.52%81.57%-
XYZ25.0246.120.41-
YUV134.14110.4233.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 208 (81.64% from 255) = 66.67%
BLUE value IS 103 (40.62% from 255) = 33.01%
R=0.32%
G=66.67%
B=33.01%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal12081031.0000.500.18149.5799.0440.98
Hex1D0676403212966329
Octal13201471440622222614351
Binary11101000011001111100100011001010010100101101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01d067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,208,103); }

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

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

 a { background-color: rgb(1,208,103); }

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

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

 span { border-color: rgb(1,208,103); }

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