#0EB565

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

Shades of Jade #0EB565

Tints of Jade #0EB565

Color information

#0EB565 (or 0x0EB565) is unknown color: approx Jade. HEX triplet: 0E, B5 and 65. RGB value is (14,181,101). Sum of RGB (Red+Green+Blue) = 14+181+101=296 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.73% from 296); Green value is 181 (71.09% from 255 or 61.15% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 181 - color contains mainly: green. Hex color #0EB565 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB565 is #F14A9A. Grayscale: #7A7A7A. Windows color (decimal): -15813275 or 6665486. OLE color: 6665486.

HSL color Cylindrical-coordinate representation of color #0EB565: hue angle of 151.26º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB565 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB14181101-
CMYK0.9200.440.29
HSL151.26º85.64%38.24%-
HSV(B)151.26º92.27%70.98%-
XYZ19.0534.0817.89-
YUV121.95116.1751-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.73%
GREEN value IS 181 (71.09% from 255) = 61.15%
BLUE value IS 101 (39.84% from 255) = 34.12%
R=4.73%
G=61.15%
B=34.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141811010.9200.440.29151.2685.6438.24
HexEB5655C02C1D975626
Octal162651451340543522712646
Binary11101011010111001011011100010110011101100101111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,181,101); }

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

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

 a { background-color: rgb(14,181,101); }

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

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

 span { border-color: rgb(14,181,101); }

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