#0EA36C

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

Shades of Jade #0EA36C

Tints of Jade #0EA36C

Color information

#0EA36C (or 0x0EA36C) is unknown color: approx Jade. HEX triplet: 0E, A3 and 6C. RGB value is (14,163,108). Sum of RGB (Red+Green+Blue) = 14+163+108=285 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.91% from 285); Green value is 163 (64.06% from 255 or 57.19% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA36C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA36C is #F15C93. Grayscale: #707070. Windows color (decimal): -15817876 or 7119630. OLE color: 7119630.

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

Color convert

RGB14163108-
CMYK0.9100.340.36
HSL157.85º84.18%34.71%-
HSV(B)157.85º91.41%63.92%-
XYZ15.9927.3718.63-
YUV112.18125.6457.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.91%
GREEN value IS 163 (64.06% from 255) = 57.19%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=4.91%
G=57.19%
B=37.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141631080.9100.340.36157.8584.1834.71
HexEA36C5B022249e5423
Octal162431541330424423612443
Binary111010100011110110010110110100010100100100111101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,163,108); }

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

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

 a { background-color: rgb(14,163,108); }

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

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

 span { border-color: rgb(14,163,108); }

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