#0B9F6B

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

Shades of Jade #0B9F6B

Tints of Jade #0B9F6B

Color information

#0B9F6B (or 0x0B9F6B) is unknown color: approx Jade. HEX triplet: 0B, 9F and 6B. RGB value is (11,159,107). Sum of RGB (Red+Green+Blue) = 11+159+107=277 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.97% from 277); Green value is 159 (62.5% from 255 or 57.40% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 159 - color contains mainly: green. Hex color #0B9F6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9F6B is #F46094. Grayscale: #6C6C6C. Windows color (decimal): -16015509 or 7053067. OLE color: 7053067.

HSL color Cylindrical-coordinate representation of color #0B9F6B: hue angle of 158.92º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9F6B is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB11159107-
CMYK0.9300.330.38
HSL158.92º87.06%33.33%-
HSV(B)158.92º93.08%62.35%-
XYZ15.1925.9318.11-
YUV108.82126.9758.23-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.97%
GREEN value IS 159 (62.5% from 255) = 57.40%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=3.97%
G=57.40%
B=38.63%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal111591070.9300.330.38158.9287.0633.33
HexB9F6B5D021269f5721
Octal132371531350414623712741
Binary101110011111110101110111010100001100110100111111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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