#03A46B

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

Shades of Jade #03A46B

Tints of Jade #03A46B

Color information

#03A46B (or 0x03A46B) is unknown color: approx Jade. HEX triplet: 03, A4 and 6B. RGB value is (3,164,107). Sum of RGB (Red+Green+Blue) = 3+164+107=274 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 274); Green value is 164 (64.45% from 255 or 59.85% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 164 - color contains mainly: green. Hex color #03A46B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A46B is #FC5B94. Grayscale: #6D6D6D. Windows color (decimal): -16538517 or 7054339. OLE color: 7054339.

HSL color Cylindrical-coordinate representation of color #03A46B: hue angle of 158.76º 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 #03A46B is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB3164107-
CMYK0.9800.350.36
HSL158.76º96.41%32.75%-
HSV(B)158.76º98.17%64.31%-
XYZ15.9727.6318.4-
YUV109.36126.6652.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.09%
GREEN value IS 164 (64.45% from 255) = 59.85%
BLUE value IS 107 (42.19% from 255) = 39.05%
R=1.09%
G=59.85%
B=39.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31641070.9800.350.36158.7696.4132.75
Hex3A46B62023249f6021
Octal32441531420434423714041
Binary1110100100110101111000100100011100100100111111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,164,107); }

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

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

 a { background-color: rgb(3,164,107); }

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

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

 span { border-color: rgb(3,164,107); }

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