#0BB36F

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

Shades of Jade #0BB36F

Tints of Jade #0BB36F

Color information

#0BB36F (or 0x0BB36F) is unknown color: approx Jade. HEX triplet: 0B, B3 and 6F. RGB value is (11,179,111). Sum of RGB (Red+Green+Blue) = 11+179+111=301 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.65% from 301); Green value is 179 (70.31% from 255 or 59.47% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB36F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB36F is #F44C90. Grayscale: #797979. Windows color (decimal): -16010385 or 7320331. OLE color: 7320331.

HSL color Cylindrical-coordinate representation of color #0BB36F: hue angle of 155.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 #0BB36F is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB11179111-
CMYK0.9400.380.30
HSL155.71º88.42%37.25%-
HSV(B)155.71º93.85%70.2%-
XYZ19.1333.4620.49-
YUV121.02122.3449.53-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.65%
GREEN value IS 179 (70.31% from 255) = 59.47%
BLUE value IS 111 (43.75% from 255) = 36.88%
R=3.65%
G=59.47%
B=36.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111791110.9400.380.30155.7188.4237.25
HexBB36F5E0261E9c5825
Octal132631571360463623413045
Binary10111011001111011111011110010011011110100111001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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