#0CAB68

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

Shades of Jade #0CAB68

Tints of Jade #0CAB68

Color information

#0CAB68 (or 0x0CAB68) is unknown color: approx Jade. HEX triplet: 0C, AB and 68. RGB value is (12,171,104). Sum of RGB (Red+Green+Blue) = 12+171+104=287 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.18% from 287); Green value is 171 (67.19% from 255 or 59.58% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAB68 is #F35497. Grayscale: #737373. Windows color (decimal): -15946904 or 6859532. OLE color: 6859532.

HSL color Cylindrical-coordinate representation of color #0CAB68: hue angle of 154.72º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAB68 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB12171104-
CMYK0.9300.390.33
HSL154.72º86.89%35.88%-
HSV(B)154.72º92.98%67.06%-
XYZ17.2130.218.02-
YUV115.82121.3253.95-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.18%
GREEN value IS 171 (67.19% from 255) = 59.58%
BLUE value IS 104 (41.02% from 255) = 36.24%
R=4.18%
G=59.58%
B=36.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121711040.9300.390.33154.7286.8935.88
HexCAB685D027219b5724
Octal142531501350474123312744
Binary110010101011110100010111010100111100001100110111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,171,104); }

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

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

 a { background-color: rgb(12,171,104); }

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

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

 span { border-color: rgb(12,171,104); }

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