#0EAA6D

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

Shades of Jade #0EAA6D

Tints of Jade #0EAA6D

Color information

#0EAA6D (or 0x0EAA6D) is unknown color: approx Jade. HEX triplet: 0E, AA and 6D. RGB value is (14,170,109). Sum of RGB (Red+Green+Blue) = 14+170+109=293 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.78% from 293); Green value is 170 (66.80% from 255 or 58.02% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAA6D is #F15592. Grayscale: #747474. Windows color (decimal): -15816083 or 7186958. OLE color: 7186958.

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

Color convert

RGB14170109-
CMYK0.9200.360.33
HSL156.54º84.78%36.08%-
HSV(B)156.54º91.76%66.67%-
XYZ17.3229.9519.34-
YUV116.4123.8254.96-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.78%
GREEN value IS 170 (66.80% from 255) = 58.02%
BLUE value IS 109 (42.97% from 255) = 37.20%
R=4.78%
G=58.02%
B=37.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141701090.9200.360.33156.5484.7836.08
HexEAA6D5C024219d5524
Octal162521551340444123512544
Binary111010101010110110110111000100100100001100111011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,170,109); }

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

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

 a { background-color: rgb(14,170,109); }

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

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

 span { border-color: rgb(14,170,109); }

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