#0EAB66

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

Shades of Jade #0EAB66

Tints of Jade #0EAB66

Color information

#0EAB66 (or 0x0EAB66) is unknown color: approx Jade. HEX triplet: 0E, AB and 66. RGB value is (14,171,102). Sum of RGB (Red+Green+Blue) = 14+171+102=287 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.88% from 287); Green value is 171 (67.19% from 255 or 59.58% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAB66 is #F15499. Grayscale: #747474. Windows color (decimal): -15815834 or 6728462. OLE color: 6728462.

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

Color convert

RGB14171102-
CMYK0.9200.400.33
HSL153.63º84.86%36.27%-
HSV(B)153.63º91.81%67.06%-
XYZ17.1430.1817.49-
YUV116.19119.9955.11-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.88%
GREEN value IS 171 (67.19% from 255) = 59.58%
BLUE value IS 102 (40.23% from 255) = 35.54%
R=4.88%
G=59.58%
B=35.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141711020.9200.400.33153.6384.8636.27
HexEAB665C028219a5524
Octal162531461340504123212544
Binary111010101011110011010111000101000100001100110101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,171,102); }

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

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

 a { background-color: rgb(14,171,102); }

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

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

 span { border-color: rgb(14,171,102); }

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