#03A46C

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

Shades of Jade #03A46C

Tints of Jade #03A46C

Color information

#03A46C (or 0x03A46C) is unknown color: approx Jade. HEX triplet: 03, A4 and 6C. RGB value is (3,164,108). Sum of RGB (Red+Green+Blue) = 3+164+108=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 164 (64.45% from 255 or 59.64% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 164 - color contains mainly: green. Hex color #03A46C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A46C is #FC5B93. Grayscale: #6D6D6D. Windows color (decimal): -16538516 or 7119875. OLE color: 7119875.

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

Color convert

RGB3164108-
CMYK0.9800.340.36
HSL159.13º96.41%32.75%-
HSV(B)159.13º98.17%64.31%-
XYZ16.0227.6518.68-
YUV109.48127.1652.05-

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.64%
BLUE value IS 108 (42.58% from 255) = 39.27%
R=1.09%
G=59.64%
B=39.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31641080.9800.340.36159.1396.4132.75
Hex3A46C62022249f6021
Octal32441541420424423714041
Binary1110100100110110011000100100010100100100111111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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