#0B9F6A

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

Shades of Jade #0B9F6A

Tints of Jade #0B9F6A

Color information

#0B9F6A (or 0x0B9F6A) is unknown color: approx Jade. HEX triplet: 0B, 9F and 6A. RGB value is (11,159,106). Sum of RGB (Red+Green+Blue) = 11+159+106=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 159 (62.5% from 255 or 57.61% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 159 - color contains mainly: green. Hex color #0B9F6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9F6A is #F46095. Grayscale: #6C6C6C. Windows color (decimal): -16015510 or 6987531. OLE color: 6987531.

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

Color convert

RGB11159106-
CMYK0.9300.330.38
HSL158.51º87.06%33.33%-
HSV(B)158.51º93.08%62.35%-
XYZ15.1425.9117.84-
YUV108.71126.4758.31-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.99%
GREEN value IS 159 (62.5% from 255) = 57.61%
BLUE value IS 106 (41.80% from 255) = 38.41%
R=3.99%
G=57.61%
B=38.41%

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
Decimal111591060.9300.330.38158.5187.0633.33
HexB9F6A5D021269f5721
Octal132371521350414623712741
Binary101110011111110101010111010100001100110100111111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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