#0EAB6F

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

Shades of Jade #0EAB6F

Tints of Jade #0EAB6F

Color information

#0EAB6F (or 0x0EAB6F) is unknown color: approx Jade. HEX triplet: 0E, AB and 6F. RGB value is (14,171,111). Sum of RGB (Red+Green+Blue) = 14+171+111=296 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.73% from 296); Green value is 171 (67.19% from 255 or 57.77% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAB6F is #F15490. Grayscale: #757575. Windows color (decimal): -15815825 or 7318286. OLE color: 7318286.

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

Color convert

RGB14171111-
CMYK0.9200.350.33
HSL157.07º84.86%36.27%-
HSV(B)157.07º91.81%67.06%-
XYZ17.6130.3719.97-
YUV117.22124.4954.38-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.73%
GREEN value IS 171 (67.19% from 255) = 57.77%
BLUE value IS 111 (43.75% from 255) = 37.5%
R=4.73%
G=57.77%
B=37.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141711110.9200.350.33157.0784.8636.27
HexEAB6F5C023219d5524
Octal162531571340434123512544
Binary111010101011110111110111000100011100001100111011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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