#0BA56B

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

Shades of Jade #0BA56B

Tints of Jade #0BA56B

Color information

#0BA56B (or 0x0BA56B) is unknown color: approx Jade. HEX triplet: 0B, A5 and 6B. RGB value is (11,165,107). Sum of RGB (Red+Green+Blue) = 11+165+107=283 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.89% from 283); Green value is 165 (64.84% from 255 or 58.30% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 165 - color contains mainly: green. Hex color #0BA56B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA56B is #F45A94. Grayscale: #707070. Windows color (decimal): -16013973 or 7054603. OLE color: 7054603.

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

Color convert

RGB11165107-
CMYK0.9300.350.35
HSL157.4º87.5%34.51%-
HSV(B)157.4º93.33%64.71%-
XYZ16.2528.0418.47-
YUV112.34124.9855.72-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.89%
GREEN value IS 165 (64.84% from 255) = 58.30%
BLUE value IS 107 (42.19% from 255) = 37.81%
R=3.89%
G=58.30%
B=37.81%

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
Decimal111651070.9300.350.35157.487.534.51
HexBA56B5D023239d5823
Octal132451531350434323513043
Binary101110100101110101110111010100011100011100111011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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