#03D94C

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

Shades of Malachite #03D94C

Tints of Malachite #03D94C

Color information

#03D94C (or 0x03D94C) is unknown color: approx Malachite. HEX triplet: 03, D9 and 4C. RGB value is (3,217,76). Sum of RGB (Red+Green+Blue) = 3+217+76=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 217 (85.16% from 255 or 73.31% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 217 - color contains mainly: green. Hex color #03D94C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D94C is #FC26B3. Grayscale: #898989. Windows color (decimal): -16524980 or 5036291. OLE color: 5036291.

HSL color Cylindrical-coordinate representation of color #03D94C: hue angle of 140.47º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D94C is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB321776-
CMYK0.9900.650.15
HSL140.47º97.27%43.14%-
HSV(B)140.47º98.62%85.1%-
XYZ26.1550.1715.14-
YUV136.9493.632.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.01%
GREEN value IS 217 (85.16% from 255) = 73.31%
BLUE value IS 76 (30.08% from 255) = 25.68%
R=1.01%
G=73.31%
B=25.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal3217760.9900.650.15140.4797.2743.14
Hex3D94C63041F8c612b
Octal333111414301011721414153
Binary111101100110011001100011010000011111100011001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03D94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03D94C; }

 p { color: rgb(3,217,76); }

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

<style>
 a { background-color: #03D94C; }

 a { background-color: rgb(3,217,76); }

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

<style>
 span { border-color: #03D94C; }

 span { border-color: rgb(3,217,76); }

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