#03A86E

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

Shades of Jade #03A86E

Tints of Jade #03A86E

Color information

#03A86E (or 0x03A86E) is unknown color: approx Jade. HEX triplet: 03, A8 and 6E. RGB value is (3,168,110). Sum of RGB (Red+Green+Blue) = 3+168+110=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 168 (66.02% from 255 or 59.79% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 168 - color contains mainly: green. Hex color #03A86E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A86E is #FC5791. Grayscale: #707070. Windows color (decimal): -16537490 or 7251971. OLE color: 7251971.

HSL color Cylindrical-coordinate representation of color #03A86E: hue angle of 158.91º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A86E is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB3168110-
CMYK0.9800.350.34
HSL158.91º96.49%33.53%-
HSV(B)158.91º98.21%65.88%-
XYZ16.8529.1519.49-
YUV112.05126.8450.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.07%
GREEN value IS 168 (66.02% from 255) = 59.79%
BLUE value IS 110 (43.36% from 255) = 39.15%
R=1.07%
G=59.79%
B=39.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal31681100.9800.350.34158.9196.4933.53
Hex3A86E62023229f6022
Octal32501561420434223714042
Binary1110101000110111011000100100011100010100111111100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,168,110); }

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

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

 a { background-color: rgb(3,168,110); }

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

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

 span { border-color: rgb(3,168,110); }

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