#0BB46A

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

Shades of Jade #0BB46A

Tints of Jade #0BB46A

Color information

#0BB46A (or 0x0BB46A) is unknown color: approx Jade. HEX triplet: 0B, B4 and 6A. RGB value is (11,180,106). Sum of RGB (Red+Green+Blue) = 11+180+106=297 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.70% from 297); Green value is 180 (70.70% from 255 or 60.61% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 180 - color contains mainly: green. Hex color #0BB46A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB46A is #F44B95. Grayscale: #797979. Windows color (decimal): -16010134 or 6992907. OLE color: 6992907.

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

Color convert

RGB11180106-
CMYK0.9400.410.29
HSL153.73º88.48%37.45%-
HSV(B)153.73º93.89%70.59%-
XYZ19.0633.7519.15-
YUV121.03119.5149.52-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.70%
GREEN value IS 180 (70.70% from 255) = 60.61%
BLUE value IS 106 (41.80% from 255) = 35.69%
R=3.70%
G=60.61%
B=35.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal111801060.9400.410.29153.7388.4837.45
HexBB46A5E0291D9a5825
Octal132641521360513523213045
Binary10111011010011010101011110010100111101100110101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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