#0BAA76

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

Shades of Jade #0BAA76

Tints of Jade #0BAA76

Color information

#0BAA76 (or 0x0BAA76) is unknown color: approx Jade. HEX triplet: 0B, AA and 76. RGB value is (11,170,118). Sum of RGB (Red+Green+Blue) = 11+170+118=299 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.68% from 299); Green value is 170 (66.80% from 255 or 56.86% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAA76 is #F45589. Grayscale: #747474. Windows color (decimal): -16012682 or 7776779. OLE color: 7776779.

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

Color convert

RGB11170118-
CMYK0.9400.310.33
HSL160.38º87.85%35.49%-
HSV(B)160.38º93.53%66.67%-
XYZ17.7830.1322.02-
YUV116.53128.8252.73-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.68%
GREEN value IS 170 (66.80% from 255) = 56.86%
BLUE value IS 118 (46.48% from 255) = 39.46%
R=3.68%
G=56.86%
B=39.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111701180.9400.310.33160.3887.8535.49
HexBAA765E01F21a05823
Octal132521661360374124013043
Binary10111010101011101101011110011111100001101000001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,170,118); }

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

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

 a { background-color: rgb(11,170,118); }

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

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

 span { border-color: rgb(11,170,118); }

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