#0BB36B

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

Shades of Jade #0BB36B

Tints of Jade #0BB36B

Color information

#0BB36B (or 0x0BB36B) is unknown color: approx Jade. HEX triplet: 0B, B3 and 6B. RGB value is (11,179,107). Sum of RGB (Red+Green+Blue) = 11+179+107=297 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.70% from 297); Green value is 179 (70.31% from 255 or 60.27% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB36B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB36B is #F44C94. Grayscale: #787878. Windows color (decimal): -16010389 or 7058187. OLE color: 7058187.

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

Color convert

RGB11179107-
CMYK0.9400.400.30
HSL154.29º88.42%37.25%-
HSV(B)154.29º93.85%70.2%-
XYZ18.9133.3719.35-
YUV120.56120.3449.85-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.70%
GREEN value IS 179 (70.31% from 255) = 60.27%
BLUE value IS 107 (42.19% from 255) = 36.03%
R=3.70%
G=60.27%
B=36.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111791070.9400.400.30154.2988.4237.25
HexBB36B5E0281E9a5825
Octal132631531360503623213045
Binary10111011001111010111011110010100011110100110101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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