#0EAE6F

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

Shades of Jade #0EAE6F

Tints of Jade #0EAE6F

Color information

#0EAE6F (or 0x0EAE6F) is unknown color: approx Jade. HEX triplet: 0E, AE and 6F. RGB value is (14,174,111). Sum of RGB (Red+Green+Blue) = 14+174+111=299 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.68% from 299); Green value is 174 (68.36% from 255 or 58.19% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAE6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAE6F is #F15190. Grayscale: #777777. Windows color (decimal): -15815057 or 7319054. OLE color: 7319054.

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

Color convert

RGB14174111-
CMYK0.9200.360.32
HSL156.38º85.11%36.86%-
HSV(B)156.38º91.95%68.24%-
XYZ18.1931.5120.16-
YUV118.98123.4953.12-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.68%
GREEN value IS 174 (68.36% from 255) = 58.19%
BLUE value IS 111 (43.75% from 255) = 37.12%
R=4.68%
G=58.19%
B=37.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141741110.9200.360.32156.3885.1136.86
HexEAE6F5C024209c5525
Octal162561571340444023412545
Binary111010101110110111110111000100100100000100111001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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