#03AC64

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

Shades of Jade #03AC64

Tints of Jade #03AC64

Color information

#03AC64 (or 0x03AC64) is unknown color: approx Jade. HEX triplet: 03, AC and 64. RGB value is (3,172,100). Sum of RGB (Red+Green+Blue) = 3+172+100=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 172 (67.58% from 255 or 62.55% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 172 - color contains mainly: green. Hex color #03AC64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AC64 is #FC539B. Grayscale: #717171. Windows color (decimal): -16536476 or 6597635. OLE color: 6597635.

HSL color Cylindrical-coordinate representation of color #03AC64: hue angle of 154.44º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AC64 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB3172100-
CMYK0.9800.420.33
HSL154.44º96.57%34.31%-
HSV(B)154.44º98.26%67.45%-
XYZ17.0930.4417.03-
YUV113.26120.5149.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.09%
GREEN value IS 172 (67.58% from 255) = 62.55%
BLUE value IS 100 (39.45% from 255) = 36.36%
R=1.09%
G=62.55%
B=36.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31721000.9800.420.33154.4496.5734.31
Hex3AC646202A219a6122
Octal32541441420524123214142
Binary1110101100110010011000100101010100001100110101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,172,100); }

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

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

 a { background-color: rgb(3,172,100); }

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

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

 span { border-color: rgb(3,172,100); }

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