#01D244

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

Shades of Malachite #01D244

Tints of Malachite #01D244

Color information

#01D244 (or 0x01D244) is unknown color: approx Malachite. HEX triplet: 01, D2 and 44. RGB value is (1,210,68). Sum of RGB (Red+Green+Blue) = 1+210+68=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 210 (82.42% from 255 or 75.27% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 210 - color contains mainly: green. Hex color #01D244 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D244 is #FE2DBB. Grayscale: #838383. Windows color (decimal): -16657852 or 4510209. OLE color: 4510209.

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

Color convert

RGB121068-
CMYK1.0000.680.18
HSL139.23º99.05%41.37%-
HSV(B)139.23º99.52%82.35%-
XYZ24.146.5213.18-
YUV131.3292.2635.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 210 (82.42% from 255) = 75.27%
BLUE value IS 68 (26.95% from 255) = 24.37%
R=0.36%
G=75.27%
B=24.37%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1210681.0000.680.18139.2399.0541.37
Hex1D24464044128b6329
Octal132210414401042221314351
Binary111010010100010011001000100010010010100010111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,210,68); }

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

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

 a { background-color: rgb(1,210,68); }

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

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

 span { border-color: rgb(1,210,68); }

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