#0BAC6E

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

Shades of Jade #0BAC6E

Tints of Jade #0BAC6E

Color information

#0BAC6E (or 0x0BAC6E) is unknown color: approx Jade. HEX triplet: 0B, AC and 6E. RGB value is (11,172,110). Sum of RGB (Red+Green+Blue) = 11+172+110=293 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.75% from 293); Green value is 172 (67.58% from 255 or 58.70% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAC6E is #F45391. Grayscale: #747474. Windows color (decimal): -16012178 or 7253003. OLE color: 7253003.

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

Color convert

RGB11172110-
CMYK0.9400.360.33
HSL156.89º87.98%35.88%-
HSV(B)156.89º93.6%67.45%-
XYZ17.7130.719.74-
YUV116.79124.1652.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.75%
GREEN value IS 172 (67.58% from 255) = 58.70%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=3.75%
G=58.70%
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.33
SystemRedGreenBlueCMYKHSL
Decimal111721100.9400.360.33156.8987.9835.88
HexBAC6E5E024219d5824
Octal132541561360444123513044
Binary101110101100110111010111100100100100001100111011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,172,110); }

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

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

 a { background-color: rgb(11,172,110); }

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

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

 span { border-color: rgb(11,172,110); }

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