#0EBB66

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

Shades of Jade #0EBB66

Tints of Jade #0EBB66

Color information

#0EBB66 (or 0x0EBB66) is unknown color: approx Jade. HEX triplet: 0E, BB and 66. RGB value is (14,187,102). Sum of RGB (Red+Green+Blue) = 14+187+102=303 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.62% from 303); Green value is 187 (73.44% from 255 or 61.72% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBB66 is #F14499. Grayscale: #7D7D7D. Windows color (decimal): -15811738 or 6732558. OLE color: 6732558.

HSL color Cylindrical-coordinate representation of color #0EBB66: hue angle of 150.52º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBB66 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB14187102-
CMYK0.9300.450.27
HSL150.52º86.07%39.41%-
HSV(B)150.52º92.51%73.33%-
XYZ20.3536.5918.56-
YUV125.58114.6948.41-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.62%
GREEN value IS 187 (73.44% from 255) = 61.72%
BLUE value IS 102 (40.23% from 255) = 33.66%
R=4.62%
G=61.72%
B=33.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141871020.9300.450.27150.5286.0739.41
HexEBB665D02D1B975627
Octal162731461350553322712647
Binary11101011101111001101011101010110111011100101111010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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