#0BB113

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

Shades of Islamic Green #0BB113

Tints of Islamic Green #0BB113

Color information

#0BB113 (or 0x0BB113) is unknown color: approx Islamic Green. HEX triplet: 0B, B1 and 13. RGB value is (11,177,19). Sum of RGB (Red+Green+Blue) = 11+177+19=207 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.31% from 207); Green value is 177 (69.53% from 255 or 85.51% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 177 - color contains mainly: green. Hex color #0BB113 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BB113 is #F44EEC. Grayscale: #6D6D6D. Windows color (decimal): -16010989 or 1290507. OLE color: 1290507.

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

Color convert

RGB1117719-
CMYK0.9400.890.31
HSL122.89º88.3%36.86%-
HSV(B)122.89º93.79%69.41%-
XYZ15.9831.565.87-
YUV109.357757.85-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.31%
GREEN value IS 177 (69.53% from 255) = 85.51%
BLUE value IS 19 (7.81% from 255) = 9.18%
R=5.31%
G=85.51%
B=9.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11177190.9400.890.31122.8988.336.86
HexBB1135E0591F7b5825
Octal132612313601313717313045
Binary101110110001100111011110010110011111111110111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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