#0EA66D

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

Shades of Jade #0EA66D

Tints of Jade #0EA66D

Color information

#0EA66D (or 0x0EA66D) is unknown color: approx Jade. HEX triplet: 0E, A6 and 6D. RGB value is (14,166,109). Sum of RGB (Red+Green+Blue) = 14+166+109=289 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.84% from 289); Green value is 166 (65.23% from 255 or 57.44% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 166 - color contains mainly: green. Hex color #0EA66D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA66D is #F15992. Grayscale: #727272. Windows color (decimal): -15817107 or 7185934. OLE color: 7185934.

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

Color convert

RGB14166109-
CMYK0.9200.340.35
HSL157.5º84.44%35.29%-
HSV(B)157.5º91.57%65.1%-
XYZ16.5828.4719.09-
YUV114.05125.1456.63-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.84%
GREEN value IS 166 (65.23% from 255) = 57.44%
BLUE value IS 109 (42.97% from 255) = 37.72%
R=4.84%
G=57.44%
B=37.72%

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
Decimal141661090.9200.340.35157.584.4435.29
HexEA66D5C022239e5423
Octal162461551340424323612443
Binary111010100110110110110111000100010100011100111101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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