#0BB26A

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

Shades of Jade #0BB26A

Tints of Jade #0BB26A

Color information

#0BB26A (or 0x0BB26A) is unknown color: approx Jade. HEX triplet: 0B, B2 and 6A. RGB value is (11,178,106). Sum of RGB (Red+Green+Blue) = 11+178+106=295 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.73% from 295); Green value is 178 (69.92% from 255 or 60.34% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB26A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB26A is #F44D95. Grayscale: #777777. Windows color (decimal): -16010646 or 6992395. OLE color: 6992395.

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

Color convert

RGB11178106-
CMYK0.9400.400.30
HSL154.13º88.36%37.06%-
HSV(B)154.13º93.82%69.8%-
XYZ18.6632.9519.01-
YUV119.86120.1750.35-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.73%
GREEN value IS 178 (69.92% from 255) = 60.34%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=3.73%
G=60.34%
B=35.93%

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
Decimal111781060.9400.400.30154.1388.3637.06
HexBB26A5E0281E9a5825
Octal132621521360503623213045
Binary10111011001011010101011110010100011110100110101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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