#0BB16E

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

Shades of Jade #0BB16E

Tints of Jade #0BB16E

Color information

#0BB16E (or 0x0BB16E) is unknown color: approx Jade. HEX triplet: 0B, B1 and 6E. RGB value is (11,177,110). Sum of RGB (Red+Green+Blue) = 11+177+110=298 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.69% from 298); Green value is 177 (69.53% from 255 or 59.40% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 177 - color contains mainly: green. Hex color #0BB16E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB16E is #F44E91. Grayscale: #777777. Windows color (decimal): -16010898 or 7254283. OLE color: 7254283.

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

Color convert

RGB11177110-
CMYK0.9400.380.31
HSL155.78º88.3%36.86%-
HSV(B)155.78º93.79%69.41%-
XYZ18.6732.6420.07-
YUV119.73122.550.45-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.69%
GREEN value IS 177 (69.53% from 255) = 59.40%
BLUE value IS 110 (43.36% from 255) = 36.91%
R=3.69%
G=59.40%
B=36.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111771100.9400.380.31155.7888.336.86
HexBB16E5E0261F9c5825
Octal132611561360463723413045
Binary10111011000111011101011110010011011111100111001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,177,110); }

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

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

 a { background-color: rgb(11,177,110); }

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

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

 span { border-color: rgb(11,177,110); }

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