#0EBE6B

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

Shades of Jade #0EBE6B

Tints of Jade #0EBE6B

Color information

#0EBE6B (or 0x0EBE6B) is unknown color: approx Jade. HEX triplet: 0E, BE and 6B. RGB value is (14,190,107). Sum of RGB (Red+Green+Blue) = 14+190+107=311 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.50% from 311); Green value is 190 (74.61% from 255 or 61.09% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBE6B is #F14194. Grayscale: #808080. Windows color (decimal): -15810965 or 7061006. OLE color: 7061006.

HSL color Cylindrical-coordinate representation of color #0EBE6B: hue angle of 151.7º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBE6B is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB14190107-
CMYK0.9300.440.25
HSL151.7º86.27%40%-
HSV(B)151.7º92.63%74.51%-
XYZ21.2537.9820.12-
YUV127.91116.1946.75-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.50%
GREEN value IS 190 (74.61% from 255) = 61.09%
BLUE value IS 107 (42.19% from 255) = 34.41%
R=4.50%
G=61.09%
B=34.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141901070.9300.440.25151.786.2740
HexEBE6B5D02C19985628
Octal162761531350543123012650
Binary11101011111011010111011101010110011001100110001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,190,107); }

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

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

 a { background-color: rgb(14,190,107); }

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

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

 span { border-color: rgb(14,190,107); }

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