#0EBE66

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

Shades of Jade #0EBE66

Tints of Jade #0EBE66

Color information

#0EBE66 (or 0x0EBE66) is unknown color: approx Jade. HEX triplet: 0E, BE and 66. RGB value is (14,190,102). Sum of RGB (Red+Green+Blue) = 14+190+102=306 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.58% from 306); Green value is 190 (74.61% from 255 or 62.09% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBE66 is #F14199. Grayscale: #7F7F7F. Windows color (decimal): -15810970 or 6733326. OLE color: 6733326.

HSL color Cylindrical-coordinate representation of color #0EBE66: hue angle of 150º 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 #0EBE66 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB14190102-
CMYK0.9300.460.25
HSL150º86.27%40%-
HSV(B)150º92.63%74.51%-
XYZ20.9937.8818.78-
YUV127.34113.6947.16-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.58%
GREEN value IS 190 (74.61% from 255) = 62.09%
BLUE value IS 102 (40.23% from 255) = 33.33%
R=4.58%
G=62.09%
B=33.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141901020.9300.460.2515086.2740
HexEBE665D02E19965628
Octal162761461350563122612650
Binary11101011111011001101011101010111011001100101101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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