#0EB471

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

Shades of Jade #0EB471

Tints of Jade #0EB471

Color information

#0EB471 (or 0x0EB471) is unknown color: approx Jade. HEX triplet: 0E, B4 and 71. RGB value is (14,180,113). Sum of RGB (Red+Green+Blue) = 14+180+113=307 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.56% from 307); Green value is 180 (70.70% from 255 or 58.63% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 180 - color contains mainly: green. Hex color #0EB471 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB471 is #F14B8E. Grayscale: #7A7A7A. Windows color (decimal): -15813519 or 7451662. OLE color: 7451662.

HSL color Cylindrical-coordinate representation of color #0EB471: hue angle of 155.78º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB471 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB14180113-
CMYK0.9200.370.29
HSL155.78º85.57%38.04%-
HSV(B)155.78º92.22%70.59%-
XYZ19.4833.9321.14-
YUV122.73122.550.45-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.56%
GREEN value IS 180 (70.70% from 255) = 58.63%
BLUE value IS 113 (44.53% from 255) = 36.81%
R=4.56%
G=58.63%
B=36.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141801130.9200.370.29155.7885.5738.04
HexEB4715C0251D9c5626
Octal162641611340453523412646
Binary11101011010011100011011100010010111101100111001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,180,113); }

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

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

 a { background-color: rgb(14,180,113); }

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

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

 span { border-color: rgb(14,180,113); }

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