#0CB164

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

Shades of Jade #0CB164

Tints of Jade #0CB164

Color information

#0CB164 (or 0x0CB164) is unknown color: approx Jade. HEX triplet: 0C, B1 and 64. RGB value is (12,177,100). Sum of RGB (Red+Green+Blue) = 12+177+100=289 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.15% from 289); Green value is 177 (69.53% from 255 or 61.25% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB164 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CB164 is #F34E9B. Grayscale: #777777. Windows color (decimal): -15945372 or 6598924. OLE color: 6598924.

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

Color convert

RGB12177100-
CMYK0.9300.440.31
HSL152º87.3%37.06%-
HSV(B)152º93.22%69.41%-
XYZ18.1732.4417.36-
YUV118.89117.3451.76-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.15%
GREEN value IS 177 (69.53% from 255) = 61.25%
BLUE value IS 100 (39.45% from 255) = 34.60%
R=4.15%
G=61.25%
B=34.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121771000.9300.440.3115287.337.06
HexCB1645D02C1F985725
Octal142611441350543723012745
Binary11001011000111001001011101010110011111100110001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,177,100); }

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

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

 a { background-color: rgb(12,177,100); }

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

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

 span { border-color: rgb(12,177,100); }

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