#0BB76D

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

Shades of Jade #0BB76D

Tints of Jade #0BB76D

Color information

#0BB76D (or 0x0BB76D) is unknown color: approx Jade. HEX triplet: 0B, B7 and 6D. RGB value is (11,183,109). Sum of RGB (Red+Green+Blue) = 11+183+109=303 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.63% from 303); Green value is 183 (71.88% from 255 or 60.40% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 183 - color contains mainly: green. Hex color #0BB76D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB76D is #F44892. Grayscale: #7B7B7B. Windows color (decimal): -16009363 or 7190283. OLE color: 7190283.

HSL color Cylindrical-coordinate representation of color #0BB76D: hue angle of 154.19º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB76D is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB11183109-
CMYK0.9400.400.28
HSL154.19º88.66%38.04%-
HSV(B)154.19º93.99%71.76%-
XYZ19.8335.0420.19-
YUV123.14120.0248.02-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.63%
GREEN value IS 183 (71.88% from 255) = 60.40%
BLUE value IS 109 (42.97% from 255) = 35.97%
R=3.63%
G=60.40%
B=35.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal111831090.9400.400.28154.1988.6638.04
HexBB76D5E0281C9a5926
Octal132671551360503423213146
Binary10111011011111011011011110010100011100100110101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,183,109); }

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

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

 a { background-color: rgb(11,183,109); }

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

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

 span { border-color: rgb(11,183,109); }

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