#0cb371

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

Shades of Jade #0CB371

Tints of Jade #0CB371

Color information

#0CB371 (or 0x0CB371) is unknown color: approx Jade. HEX triplet: 0C, B3 and 71. RGB value is (12,179,113). Sum of RGB (Red+Green+Blue) = 12+179+113=304 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.95% from 304); Green value is 179 (70.31% from 255 or 58.88% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB371 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB371 is #F34C8E. Grayscale: #797979. Windows color (decimal): -15944847 or 7451404. OLE color: 7451404.

HSL color Cylindrical-coordinate representation of color #0CB371: hue angle of 156.29º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB371 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB12179113-
CMYK0.9300.370.30
HSL156.29º87.43%37.45%-
HSV(B)156.29º93.3%70.2%-
XYZ19.2533.5121.08-
YUV121.54123.1749.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.95%
GREEN value IS 179 (70.31% from 255) = 58.88%
BLUE value IS 113 (44.53% from 255) = 37.17%
R=3.95%
G=58.88%
B=37.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal121791130.9300.370.30156.2987.4337.45
HexCB3715D0251E9c5725
Octal142631611350453623412745
Binary11001011001111100011011101010010111110100111001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cb371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,179,113); }

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

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

 a { background-color: rgb(12,179,113); }

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

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

 span { border-color: rgb(12,179,113); }

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