#0B9712

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

Shades of Islamic Green #0B9712

Tints of Islamic Green #0B9712

Color information

#0B9712 (or 0x0B9712) is unknown color: approx Islamic Green. HEX triplet: 0B, 97 and 12. RGB value is (11,151,18). Sum of RGB (Red+Green+Blue) = 11+151+18=180 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.11% from 180); Green value is 151 (59.38% from 255 or 83.89% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 151 - color contains mainly: green. Hex color #0B9712 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B9712 is #F468ED. Grayscale: #5E5E5E. Windows color (decimal): -16017646 or 1218315. OLE color: 1218315.

HSL color Cylindrical-coordinate representation of color #0B9712: hue angle of 123º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9712 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB1115118-
CMYK0.9300.880.41
HSL123º86.42%31.76%-
HSV(B)123º92.72%59.22%-
XYZ11.3122.254.27-
YUV93.9885.1268.81-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.11%
GREEN value IS 151 (59.38% from 255) = 83.89%
BLUE value IS 18 (7.42% from 255) = 10%
R=6.11%
G=83.89%
B=10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11151180.9300.880.4112386.4231.76
HexB97125D058297b5620
Octal132272213501305117312640
Binary1011100101111001010111010101100010100111110111010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,151,18); }

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

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

 a { background-color: rgb(11,151,18); }

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

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

 span { border-color: rgb(11,151,18); }

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