#0BA56C

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

Shades of Jade #0BA56C

Tints of Jade #0BA56C

Color information

#0BA56C (or 0x0BA56C) is unknown color: approx Jade. HEX triplet: 0B, A5 and 6C. RGB value is (11,165,108). Sum of RGB (Red+Green+Blue) = 11+165+108=284 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.87% from 284); Green value is 165 (64.84% from 255 or 58.10% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 165 - color contains mainly: green. Hex color #0BA56C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA56C is #F45A93. Grayscale: #707070. Windows color (decimal): -16013972 or 7120139. OLE color: 7120139.

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

Color convert

RGB11165108-
CMYK0.9300.350.35
HSL157.79º87.5%34.51%-
HSV(B)157.79º93.33%64.71%-
XYZ16.328.0618.75-
YUV112.46125.4855.63-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.87%
GREEN value IS 165 (64.84% from 255) = 58.10%
BLUE value IS 108 (42.58% from 255) = 38.03%
R=3.87%
G=58.10%
B=38.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal111651080.9300.350.35157.7987.534.51
HexBA56C5D023239e5823
Octal132451541350434323613043
Binary101110100101110110010111010100011100011100111101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,165,108); }

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

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

 a { background-color: rgb(11,165,108); }

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

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

 span { border-color: rgb(11,165,108); }

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