#0CB16B

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

Shades of Jade #0CB16B

Tints of Jade #0CB16B

Color information

#0CB16B (or 0x0CB16B) is unknown color: approx Jade. HEX triplet: 0C, B1 and 6B. RGB value is (12,177,107). Sum of RGB (Red+Green+Blue) = 12+177+107=296 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.05% from 296); Green value is 177 (69.53% from 255 or 59.80% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB16B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CB16B is #F34E94. Grayscale: #777777. Windows color (decimal): -15945365 or 7057676. OLE color: 7057676.

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

Color convert

RGB12177107-
CMYK0.9300.400.31
HSL154.55º87.3%37.06%-
HSV(B)154.55º93.22%69.41%-
XYZ18.5332.5819.22-
YUV119.68120.8451.19-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.05%
GREEN value IS 177 (69.53% from 255) = 59.80%
BLUE value IS 107 (42.19% from 255) = 36.15%
R=4.05%
G=59.80%
B=36.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121771070.9300.400.31154.5587.337.06
HexCB16B5D0281F9b5725
Octal142611531350503723312745
Binary11001011000111010111011101010100011111100110111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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