#0EBB64

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

Shades of Jade #0EBB64

Tints of Jade #0EBB64

Color information

#0EBB64 (or 0x0EBB64) is unknown color: approx Jade. HEX triplet: 0E, BB and 64. RGB value is (14,187,100). Sum of RGB (Red+Green+Blue) = 14+187+100=301 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.65% from 301); Green value is 187 (73.44% from 255 or 62.13% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBB64 is #F1449B. Grayscale: #7D7D7D. Windows color (decimal): -15811740 or 6601486. OLE color: 6601486.

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

Color convert

RGB14187100-
CMYK0.9300.470.27
HSL149.83º86.07%39.41%-
HSV(B)149.83º92.51%73.33%-
XYZ20.2536.5518.04-
YUV125.35113.6948.57-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.65%
GREEN value IS 187 (73.44% from 255) = 62.13%
BLUE value IS 100 (39.45% from 255) = 33.22%
R=4.65%
G=62.13%
B=33.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141871000.9300.470.27149.8386.0739.41
HexEBB645D02F1B965627
Octal162731441350573322612647
Binary11101011101111001001011101010111111011100101101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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