#0EAE63

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

Shades of Jade #0EAE63

Tints of Jade #0EAE63

Color information

#0EAE63 (or 0x0EAE63) is unknown color: approx Jade. HEX triplet: 0E, AE and 63. RGB value is (14,174,99). Sum of RGB (Red+Green+Blue) = 14+174+99=287 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.88% from 287); Green value is 174 (68.36% from 255 or 60.63% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAE63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAE63 is #F1519C. Grayscale: #757575. Windows color (decimal): -15815069 or 6532622. OLE color: 6532622.

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

Color convert

RGB1417499-
CMYK0.9200.430.32
HSL151.88º85.11%36.86%-
HSV(B)151.88º91.95%68.24%-
XYZ17.5731.2716.91-
YUV117.61117.4954.1-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.88%
GREEN value IS 174 (68.36% from 255) = 60.63%
BLUE value IS 99 (39.06% from 255) = 34.49%
R=4.88%
G=60.63%
B=34.49%

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
Decimal14174990.9200.430.32151.8885.1136.86
HexEAE635C02B20985525
Octal162561431340534023012545
Binary111010101110110001110111000101011100000100110001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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