#03CA5E

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

Shades of Malachite #03CA5E

Tints of Malachite #03CA5E

Color information

#03CA5E (or 0x03CA5E) is unknown color: approx Malachite. HEX triplet: 03, CA and 5E. RGB value is (3,202,94). Sum of RGB (Red+Green+Blue) = 3+202+94=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 202 (79.30% from 255 or 67.56% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CA5E is #FC35A1. Grayscale: #828282. Windows color (decimal): -16528802 or 6212099. OLE color: 6212099.

HSL color Cylindrical-coordinate representation of color #03CA5E: hue angle of 147.44º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CA5E is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB320294-
CMYK0.9900.530.21
HSL147.44º97.07%40.2%-
HSV(B)147.44º98.51%79.22%-
XYZ23.1843.0717.68-
YUV130.19107.5737.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.00%
GREEN value IS 202 (79.30% from 255) = 67.56%
BLUE value IS 94 (37.11% from 255) = 31.44%
R=1.00%
G=67.56%
B=31.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal3202940.9900.530.21147.4497.0740.2
Hex3CA5E6303515936128
Octal33121361430652522314150
Binary111100101010111101100011011010110101100100111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03CA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,202,94); }

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

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

 a { background-color: rgb(3,202,94); }

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

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

 span { border-color: rgb(3,202,94); }

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