#0B9918

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

Shades of Islamic Green #0B9918

Tints of Islamic Green #0B9918

Color information

#0B9918 (or 0x0B9918) is unknown color: approx Islamic Green. HEX triplet: 0B, 99 and 18. RGB value is (11,153,24). Sum of RGB (Red+Green+Blue) = 11+153+24=188 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.85% from 188); Green value is 153 (60.16% from 255 or 81.38% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 153 - color contains mainly: green. Hex color #0B9918 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B9918 is #F466E7. Grayscale: #606060. Windows color (decimal): -16017128 or 1612043. OLE color: 1612043.

HSL color Cylindrical-coordinate representation of color #0B9918: hue angle of 125.49º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9918 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB1115324-
CMYK0.9300.840.4
HSL125.49º86.59%32.16%-
HSV(B)125.49º92.81%60%-
XYZ11.6922.924.67-
YUV95.8487.4667.49-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.85%
GREEN value IS 153 (60.16% from 255) = 81.38%
BLUE value IS 24 (9.77% from 255) = 12.77%
R=5.85%
G=81.38%
B=12.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11153240.9300.840.4125.4986.5932.16
HexB99185D054287d5720
Octal132313013501245017512740
Binary1011100110011100010111010101010010100011111011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,153,24); }

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

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

 a { background-color: rgb(11,153,24); }

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

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

 span { border-color: rgb(11,153,24); }

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