#0CAC74

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

Shades of Jade #0CAC74

Tints of Jade #0CAC74

Color information

#0CAC74 (or 0x0CAC74) is unknown color: approx Jade. HEX triplet: 0C, AC and 74. RGB value is (12,172,116). Sum of RGB (Red+Green+Blue) = 12+172+116=300 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4% from 300); Green value is 172 (67.58% from 255 or 57.33% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC74 is #F3538B. Grayscale: #757575. Windows color (decimal): -15946636 or 7646220. OLE color: 7646220.

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

Color convert

RGB12172116-
CMYK0.9300.330.33
HSL159º86.96%36.08%-
HSV(B)159º93.02%67.45%-
XYZ18.0630.8421.52-
YUV117.78126.9952.55-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4%
GREEN value IS 172 (67.58% from 255) = 57.33%
BLUE value IS 116 (45.70% from 255) = 38.67%
R=4%
G=57.33%
B=38.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121721160.9300.330.3315986.9636.08
HexCAC745D021219f5724
Octal142541641350414123712744
Binary110010101100111010010111010100001100001100111111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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