#01D060

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

Shades of Malachite #01D060

Tints of Malachite #01D060

Color information

#01D060 (or 0x01D060) is unknown color: approx Malachite. HEX triplet: 01, D0 and 60. RGB value is (1,208,96). Sum of RGB (Red+Green+Blue) = 1+208+96=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 208 (81.64% from 255 or 68.20% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 208 - color contains mainly: green. Hex color #01D060 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D060 is #FE2F9F. Grayscale: #858585. Windows color (decimal): -16658336 or 6344705. OLE color: 6344705.

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

Color convert

RGB120896-
CMYK1.0000.540.18
HSL147.54º99.04%40.98%-
HSV(B)147.54º99.52%81.57%-
XYZ24.6845.9618.64-
YUV133.34106.9233.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 208 (81.64% from 255) = 68.20%
BLUE value IS 96 (37.89% from 255) = 31.48%
R=0.33%
G=68.20%
B=31.48%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1208961.0000.540.18147.5499.0440.98
Hex1D0606403612946329
Octal13201401440662222414351
Binary11101000011000001100100011011010010100101001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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