#0BB361

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

Shades of Jade #0BB361

Tints of Jade #0BB361

Color information

#0BB361 (or 0x0BB361) is unknown color: approx Jade. HEX triplet: 0B, B3 and 61. RGB value is (11,179,97). Sum of RGB (Red+Green+Blue) = 11+179+97=287 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.83% from 287); Green value is 179 (70.31% from 255 or 62.37% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB361 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB361 is #F44C9E. Grayscale: #777777. Windows color (decimal): -16010399 or 6402827. OLE color: 6402827.

HSL color Cylindrical-coordinate representation of color #0BB361: hue angle of 150.71º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB361 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB1117997-
CMYK0.9400.460.30
HSL150.71º88.42%37.25%-
HSV(B)150.71º93.85%70.2%-
XYZ18.4233.1716.74-
YUV119.42115.3450.67-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.83%
GREEN value IS 179 (70.31% from 255) = 62.37%
BLUE value IS 97 (38.28% from 255) = 33.80%
R=3.83%
G=62.37%
B=33.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11179970.9400.460.30150.7188.4237.25
HexBB3615E02E1E975825
Octal132631411360563622713045
Binary10111011001111000011011110010111011110100101111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,179,97); }

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

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

 a { background-color: rgb(11,179,97); }

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

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

 span { border-color: rgb(11,179,97); }

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