#0CAC79

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

Shades of Jade #0CAC79

Tints of Jade #0CAC79

Color information

#0CAC79 (or 0x0CAC79) is unknown color: approx Jade. HEX triplet: 0C, AC and 79. RGB value is (12,172,121). Sum of RGB (Red+Green+Blue) = 12+172+121=305 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.93% from 305); Green value is 172 (67.58% from 255 or 56.39% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC79 is #F35386. Grayscale: #767676. Windows color (decimal): -15946631 or 7973900. OLE color: 7973900.

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

Color convert

RGB12172121-
CMYK0.9300.300.33
HSL160.88º86.96%36.08%-
HSV(B)160.88º93.02%67.45%-
XYZ18.3630.9623.1-
YUV118.35129.4952.15-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.93%
GREEN value IS 172 (67.58% from 255) = 56.39%
BLUE value IS 121 (47.66% from 255) = 39.67%
R=3.93%
G=56.39%
B=39.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121721210.9300.300.33160.8886.9636.08
HexCAC795D01E21a15724
Octal142541711350364124112744
Binary11001010110011110011011101011110100001101000011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,172,121); }

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

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

 a { background-color: rgb(12,172,121); }

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

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

 span { border-color: rgb(12,172,121); }

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