#03A366

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

Shades of Jade #03A366

Tints of Jade #03A366

Color information

#03A366 (or 0x03A366) is unknown color: approx Jade. HEX triplet: 03, A3 and 66. RGB value is (3,163,102). Sum of RGB (Red+Green+Blue) = 3+163+102=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 163 (64.06% from 255 or 60.82% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 163 - color contains mainly: green. Hex color #03A366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A366 is #FC5C99. Grayscale: #6C6C6C. Windows color (decimal): -16538778 or 6726403. OLE color: 6726403.

HSL color Cylindrical-coordinate representation of color #03A366: hue angle of 157.12º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A366 is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB3163102-
CMYK0.9800.370.36
HSL157.12º96.39%32.55%-
HSV(B)157.12º98.16%63.92%-
XYZ15.5327.1717-
YUV108.21124.4952.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 163 (64.06% from 255) = 60.82%
BLUE value IS 102 (40.23% from 255) = 38.06%
R=1.12%
G=60.82%
B=38.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31631020.9800.370.36157.1296.3932.55
Hex3A36662025249d6021
Octal32431461420454423514041
Binary1110100011110011011000100100101100100100111011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,163,102); }

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

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

 a { background-color: rgb(3,163,102); }

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

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

 span { border-color: rgb(3,163,102); }

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