#0EAF74

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

Shades of Jade #0EAF74

Tints of Jade #0EAF74

Color information

#0EAF74 (or 0x0EAF74) is unknown color: approx Jade. HEX triplet: 0E, AF and 74. RGB value is (14,175,116). Sum of RGB (Red+Green+Blue) = 14+175+116=305 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.59% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAF74 is #F1508B. Grayscale: #787878. Windows color (decimal): -15814796 or 7646990. OLE color: 7646990.

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

Color convert

RGB14175116-
CMYK0.9200.340.31
HSL158.01º85.19%37.06%-
HSV(B)158.01º92%68.63%-
XYZ18.6632.0121.72-
YUV120.14125.6652.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.59%
GREEN value IS 175 (68.75% from 255) = 57.38%
BLUE value IS 116 (45.70% from 255) = 38.03%
R=4.59%
G=57.38%
B=38.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141751160.9200.340.31158.0185.1937.06
HexEAF745C0221F9e5525
Octal162571641340423723612545
Binary11101010111111101001011100010001011111100111101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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