#0EB16E

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

Shades of Jade #0EB16E

Tints of Jade #0EB16E

Color information

#0EB16E (or 0x0EB16E) is unknown color: approx Jade. HEX triplet: 0E, B1 and 6E. RGB value is (14,177,110). Sum of RGB (Red+Green+Blue) = 14+177+110=301 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.65% from 301); Green value is 177 (69.53% from 255 or 58.80% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB16E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EB16E is #F14E91. Grayscale: #787878. Windows color (decimal): -15814290 or 7254286. OLE color: 7254286.

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

Color convert

RGB14177110-
CMYK0.9200.380.31
HSL155.34º85.34%37.45%-
HSV(B)155.34º92.09%69.41%-
XYZ18.7232.6620.07-
YUV120.6312251.95-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.65%
GREEN value IS 177 (69.53% from 255) = 58.80%
BLUE value IS 110 (43.36% from 255) = 36.54%
R=4.65%
G=58.80%
B=36.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141771100.9200.380.31155.3485.3437.45
HexEB16E5C0261F9b5525
Octal162611561340463723312545
Binary11101011000111011101011100010011011111100110111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,177,110); }

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

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

 a { background-color: rgb(14,177,110); }

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

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

 span { border-color: rgb(14,177,110); }

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