#0EAF65

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

Shades of Jade #0EAF65

Tints of Jade #0EAF65

Color information

#0EAF65 (or 0x0EAF65) is unknown color: approx Jade. HEX triplet: 0E, AF and 65. RGB value is (14,175,101). Sum of RGB (Red+Green+Blue) = 14+175+101=290 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.83% from 290); Green value is 175 (68.75% from 255 or 60.34% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAF65 is #F1509A. Grayscale: #767676. Windows color (decimal): -15814811 or 6663950. OLE color: 6663950.

HSL color Cylindrical-coordinate representation of color #0EAF65: hue angle of 152.42º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAF65 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB14175101-
CMYK0.9200.420.31
HSL152.42º85.19%37.06%-
HSV(B)152.42º92%68.63%-
XYZ17.8631.6917.49-
YUV118.42118.1653.52-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.83%
GREEN value IS 175 (68.75% from 255) = 60.34%
BLUE value IS 101 (39.84% from 255) = 34.83%
R=4.83%
G=60.34%
B=34.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141751010.9200.420.31152.4285.1937.06
HexEAF655C02A1F985525
Octal162571451340523723012545
Binary11101010111111001011011100010101011111100110001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,175,101); }

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

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

 a { background-color: rgb(14,175,101); }

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

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

 span { border-color: rgb(14,175,101); }

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