#03A26C

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

Shades of Jade #03A26C

Tints of Jade #03A26C

Color information

#03A26C (or 0x03A26C) is unknown color: approx Jade. HEX triplet: 03, A2 and 6C. RGB value is (3,162,108). Sum of RGB (Red+Green+Blue) = 3+162+108=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #03A26C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A26C is #FC5D93. Grayscale: #6C6C6C. Windows color (decimal): -16539028 or 7119363. OLE color: 7119363.

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

Color convert

RGB3162108-
CMYK0.9800.330.36
HSL159.62º96.36%32.35%-
HSV(B)159.62º98.15%63.53%-
XYZ15.6626.9418.56-
YUV108.3127.8252.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.10%
GREEN value IS 162 (63.67% from 255) = 59.34%
BLUE value IS 108 (42.58% from 255) = 39.56%
R=1.10%
G=59.34%
B=39.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31621080.9800.330.36159.6296.3632.35
Hex3A26C6202124a06020
Octal32421541420414424014040
Binary1110100010110110011000100100001100100101000001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,162,108); }

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

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

 a { background-color: rgb(3,162,108); }

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

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

 span { border-color: rgb(3,162,108); }

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