#0CAB73

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

Shades of Jade #0CAB73

Tints of Jade #0CAB73

Color information

#0CAB73 (or 0x0CAB73) is unknown color: approx Jade. HEX triplet: 0C, AB and 73. RGB value is (12,171,115). Sum of RGB (Red+Green+Blue) = 12+171+115=298 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.03% from 298); Green value is 171 (67.19% from 255 or 57.38% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAB73 is #F3548C. Grayscale: #757575. Windows color (decimal): -15946893 or 7580428. OLE color: 7580428.

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

Color convert

RGB12171115-
CMYK0.9300.330.33
HSL158.87º86.89%35.88%-
HSV(B)158.87º92.98%67.06%-
XYZ17.8130.4421.16-
YUV117.07126.8253.05-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.03%
GREEN value IS 171 (67.19% from 255) = 57.38%
BLUE value IS 115 (45.31% from 255) = 38.59%
R=4.03%
G=57.38%
B=38.59%

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
Decimal121711150.9300.330.33158.8786.8935.88
HexCAB735D021219f5724
Octal142531631350414123712744
Binary110010101011111001110111010100001100001100111111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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