#0EA56D

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

Shades of Jade #0EA56D

Tints of Jade #0EA56D

Color information

#0EA56D (or 0x0EA56D) is unknown color: approx Jade. HEX triplet: 0E, A5 and 6D. RGB value is (14,165,109). Sum of RGB (Red+Green+Blue) = 14+165+109=288 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.86% from 288); Green value is 165 (64.84% from 255 or 57.29% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 165 - color contains mainly: green. Hex color #0EA56D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA56D is #F15A92. Grayscale: #717171. Windows color (decimal): -15817363 or 7185678. OLE color: 7185678.

HSL color Cylindrical-coordinate representation of color #0EA56D: hue angle of 157.75º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA56D is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB14165109-
CMYK0.9200.340.35
HSL157.75º84.36%35.1%-
HSV(B)157.75º91.52%64.71%-
XYZ16.428.1119.03-
YUV113.47125.4757.05-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.86%
GREEN value IS 165 (64.84% from 255) = 57.29%
BLUE value IS 109 (42.97% from 255) = 37.85%
R=4.86%
G=57.29%
B=37.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141651090.9200.340.35157.7584.3635.1
HexEA56D5C022239e5423
Octal162451551340424323612443
Binary111010100101110110110111000100010100011100111101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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