#0BB171

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

Shades of Jade #0BB171

Tints of Jade #0BB171

Color information

#0BB171 (or 0x0BB171) is unknown color: approx Jade. HEX triplet: 0B, B1 and 71. RGB value is (11,177,113). Sum of RGB (Red+Green+Blue) = 11+177+113=301 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.65% from 301); Green value is 177 (69.53% from 255 or 58.80% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 177 - color contains mainly: green. Hex color #0BB171 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB171 is #F44E8E. Grayscale: #787878. Windows color (decimal): -16010895 or 7450891. OLE color: 7450891.

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

Color convert

RGB11177113-
CMYK0.9400.360.31
HSL156.87º88.3%36.86%-
HSV(B)156.87º93.79%69.41%-
XYZ18.8432.7120.94-
YUV120.0712450.2-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.65%
GREEN value IS 177 (69.53% from 255) = 58.80%
BLUE value IS 113 (44.53% from 255) = 37.54%
R=3.65%
G=58.80%
B=37.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111771130.9400.360.31156.8788.336.86
HexBB1715E0241F9d5825
Octal132611611360443723513045
Binary10111011000111100011011110010010011111100111011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,177,113); }

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

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

 a { background-color: rgb(11,177,113); }

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

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

 span { border-color: rgb(11,177,113); }

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