#0BA76F

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

Shades of Jade #0BA76F

Tints of Jade #0BA76F

Color information

#0BA76F (or 0x0BA76F) is unknown color: approx Jade. HEX triplet: 0B, A7 and 6F. RGB value is (11,167,111). Sum of RGB (Red+Green+Blue) = 11+167+111=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 167 (65.62% from 255 or 57.79% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 167 - color contains mainly: green. Hex color #0BA76F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA76F is #F45890. Grayscale: #727272. Windows color (decimal): -16013457 or 7317259. OLE color: 7317259.

HSL color Cylindrical-coordinate representation of color #0BA76F: hue angle of 158.46º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA76F is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB11167111-
CMYK0.9300.340.35
HSL158.46º87.64%34.9%-
HSV(B)158.46º93.41%65.49%-
XYZ16.8328.8619.72-
YUV113.97126.3254.55-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.81%
GREEN value IS 167 (65.62% from 255) = 57.79%
BLUE value IS 111 (43.75% from 255) = 38.41%
R=3.81%
G=57.79%
B=38.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal111671110.9300.340.35158.4687.6434.9
HexBA76F5D022239e5823
Octal132471571350424323613043
Binary101110100111110111110111010100010100011100111101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,167,111); }

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

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

 a { background-color: rgb(11,167,111); }

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

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

 span { border-color: rgb(11,167,111); }

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