#03CA71

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

Shades of Jade #03CA71

Tints of Jade #03CA71

Color information

#03CA71 (or 0x03CA71) is unknown color: approx Jade. HEX triplet: 03, CA and 71. RGB value is (3,202,113). Sum of RGB (Red+Green+Blue) = 3+202+113=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 202 (79.30% from 255 or 63.52% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CA71 is #FC358E. Grayscale: #848484. Windows color (decimal): -16528783 or 7457283. OLE color: 7457283.

HSL color Cylindrical-coordinate representation of color #03CA71: hue angle of 153.17º 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 #03CA71 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB3202113-
CMYK0.9900.440.21
HSL153.17º97.07%40.2%-
HSV(B)153.17º98.51%79.22%-
XYZ24.1443.4522.74-
YUV132.35117.0735.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.94%
GREEN value IS 202 (79.30% from 255) = 63.52%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=0.94%
G=63.52%
B=35.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal32021130.9900.440.21153.1797.0740.2
Hex3CA716302C15996128
Octal33121611430542523114150
Binary111100101011100011100011010110010101100110011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03CA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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