#0BB010

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

Shades of Islamic Green #0BB010

Tints of Islamic Green #0BB010

Color information

#0BB010 (or 0x0BB010) is unknown color: approx Islamic Green. HEX triplet: 0B, B0 and 10. RGB value is (11,176,16). Sum of RGB (Red+Green+Blue) = 11+176+16=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 176 (69.14% from 255 or 86.70% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 176 - color contains mainly: green. Hex color #0BB010 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BB010 is #F44FEF. Grayscale: #6C6C6C. Windows color (decimal): -16011248 or 1093643. OLE color: 1093643.

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

Color convert

RGB1117616-
CMYK0.9400.910.31
HSL121.82º88.24%36.67%-
HSV(B)121.82º93.75%69.02%-
XYZ15.7631.165.67-
YUV108.4275.8458.51-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.42%
GREEN value IS 176 (69.14% from 255) = 86.70%
BLUE value IS 16 (6.64% from 255) = 7.88%
R=5.42%
G=86.70%
B=7.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11176160.9400.910.31121.8288.2436.67
HexBB0105E05B1F7a5825
Octal132602013601333717213045
Binary101110110000100001011110010110111111111110101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,176,16); }

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

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

 a { background-color: rgb(11,176,16); }

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

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

 span { border-color: rgb(11,176,16); }

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