#0EAC76

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

Shades of Jade #0EAC76

Tints of Jade #0EAC76

Color information

#0EAC76 (or 0x0EAC76) is unknown color: approx Jade. HEX triplet: 0E, AC and 76. RGB value is (14,172,118). Sum of RGB (Red+Green+Blue) = 14+172+118=304 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.61% from 304); Green value is 172 (67.58% from 255 or 56.58% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAC76 is #F15389. Grayscale: #767676. Windows color (decimal): -15815562 or 7777294. OLE color: 7777294.

HSL color Cylindrical-coordinate representation of color #0EAC76: hue angle of 159.49º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAC76 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB14172118-
CMYK0.9200.310.33
HSL159.49º84.95%36.47%-
HSV(B)159.49º91.86%67.45%-
XYZ18.230.9122.15-
YUV118.6127.6553.39-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.61%
GREEN value IS 172 (67.58% from 255) = 56.58%
BLUE value IS 118 (46.48% from 255) = 38.82%
R=4.61%
G=56.58%
B=38.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141721180.9200.310.33159.4984.9536.47
HexEAC765C01F219f5524
Octal162541661340374123712544
Binary11101010110011101101011100011111100001100111111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EAC76; }

 p { color: rgb(14,172,118); }

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

<style>
 a { background-color: #0EAC76; }

 a { background-color: rgb(14,172,118); }

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

<style>
 span { border-color: #0EAC76; }

 span { border-color: rgb(14,172,118); }

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