#0EAA64

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

Shades of Jade #0EAA64

Tints of Jade #0EAA64

Color information

#0EAA64 (or 0x0EAA64) is unknown color: approx Jade. HEX triplet: 0E, AA and 64. RGB value is (14,170,100). Sum of RGB (Red+Green+Blue) = 14+170+100=284 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.93% from 284); Green value is 170 (66.80% from 255 or 59.86% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAA64 is #F1559B. Grayscale: #737373. Windows color (decimal): -15816092 or 6597134. OLE color: 6597134.

HSL color Cylindrical-coordinate representation of color #0EAA64: hue angle of 153.08º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAA64 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB14170100-
CMYK0.9200.410.33
HSL153.08º84.78%36.08%-
HSV(B)153.08º91.76%66.67%-
XYZ16.8629.7616.91-
YUV115.38119.3255.69-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.93%
GREEN value IS 170 (66.80% from 255) = 59.86%
BLUE value IS 100 (39.45% from 255) = 35.21%
R=4.93%
G=59.86%
B=35.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141701000.9200.410.33153.0884.7836.08
HexEAA645C02921995524
Octal162521441340514123112544
Binary111010101010110010010111000101001100001100110011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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