#0EAE64

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

Shades of Jade #0EAE64

Tints of Jade #0EAE64

Color information

#0EAE64 (or 0x0EAE64) is unknown color: approx Jade. HEX triplet: 0E, AE and 64. RGB value is (14,174,100). Sum of RGB (Red+Green+Blue) = 14+174+100=288 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.86% from 288); Green value is 174 (68.36% from 255 or 60.42% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAE64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAE64 is #F1519B. Grayscale: #757575. Windows color (decimal): -15815068 or 6598158. OLE color: 6598158.

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

Color convert

RGB14174100-
CMYK0.9200.430.32
HSL152.25º85.11%36.86%-
HSV(B)152.25º91.95%68.24%-
XYZ17.6231.2917.17-
YUV117.72117.9954.02-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.86%
GREEN value IS 174 (68.36% from 255) = 60.42%
BLUE value IS 100 (39.45% from 255) = 34.72%
R=4.86%
G=60.42%
B=34.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141741000.9200.430.32152.2585.1136.86
HexEAE645C02B20985525
Octal162561441340534023012545
Binary111010101110110010010111000101011100000100110001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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