#0EAB68

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

Shades of Jade #0EAB68

Tints of Jade #0EAB68

Color information

#0EAB68 (or 0x0EAB68) is unknown color: approx Jade. HEX triplet: 0E, AB and 68. RGB value is (14,171,104). Sum of RGB (Red+Green+Blue) = 14+171+104=289 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.84% from 289); Green value is 171 (67.19% from 255 or 59.17% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAB68 is #F15497. Grayscale: #747474. Windows color (decimal): -15815832 or 6859534. OLE color: 6859534.

HSL color Cylindrical-coordinate representation of color #0EAB68: hue angle of 154.39º 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 #0EAB68 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB14171104-
CMYK0.9200.390.33
HSL154.39º84.86%36.27%-
HSV(B)154.39º91.81%67.06%-
XYZ17.2430.2218.02-
YUV116.42120.9954.95-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.84%
GREEN value IS 171 (67.19% from 255) = 59.17%
BLUE value IS 104 (41.02% from 255) = 35.99%
R=4.84%
G=59.17%
B=35.99%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141711040.9200.390.33154.3984.8636.27
HexEAB685C027219a5524
Octal162531501340474123212544
Binary111010101011110100010111000100111100001100110101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,171,104); }

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

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

 a { background-color: rgb(14,171,104); }

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

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

 span { border-color: rgb(14,171,104); }

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