#0CB170

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

Shades of Jade #0CB170

Tints of Jade #0CB170

Color information

#0CB170 (or 0x0CB170) is unknown color: approx Jade. HEX triplet: 0C, B1 and 70. RGB value is (12,177,112). Sum of RGB (Red+Green+Blue) = 12+177+112=301 (39% of max value = 765). Red value is 12 (5.08% from 255 or 3.99% from 301); Green value is 177 (69.53% from 255 or 58.80% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB170 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CB170 is #F34E8F. Grayscale: #787878. Windows color (decimal): -15945360 or 7385356. OLE color: 7385356.

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

Color convert

RGB12177112-
CMYK0.9300.370.31
HSL156.36º87.3%37.06%-
HSV(B)156.36º93.22%69.41%-
XYZ18.832.6920.65-
YUV120.26123.3450.79-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.99%
GREEN value IS 177 (69.53% from 255) = 58.80%
BLUE value IS 112 (44.14% from 255) = 37.21%
R=3.99%
G=58.80%
B=37.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121771120.9300.370.31156.3687.337.06
HexCB1705D0251F9c5725
Octal142611601350453723412745
Binary11001011000111100001011101010010111111100111001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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