#0EAE68

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

Shades of Jade #0EAE68

Tints of Jade #0EAE68

Color information

#0EAE68 (or 0x0EAE68) is unknown color: approx Jade. HEX triplet: 0E, AE and 68. RGB value is (14,174,104). Sum of RGB (Red+Green+Blue) = 14+174+104=292 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.79% from 292); Green value is 174 (68.36% from 255 or 59.59% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAE68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAE68 is #F15197. Grayscale: #767676. Windows color (decimal): -15815064 or 6860302. OLE color: 6860302.

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

Color convert

RGB14174104-
CMYK0.9200.400.32
HSL153.75º85.11%36.86%-
HSV(B)153.75º91.95%68.24%-
XYZ17.8231.3618.21-
YUV118.18119.9953.69-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.79%
GREEN value IS 174 (68.36% from 255) = 59.59%
BLUE value IS 104 (41.02% from 255) = 35.62%
R=4.79%
G=59.59%
B=35.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141741040.9200.400.32153.7585.1136.86
HexEAE685C028209a5525
Octal162561501340504023212545
Binary111010101110110100010111000101000100000100110101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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