#0B9314

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

Shades of Islamic Green #0B9314

Tints of Islamic Green #0B9314

Color information

#0B9314 (or 0x0B9314) is unknown color: approx Islamic Green. HEX triplet: 0B, 93 and 14. RGB value is (11,147,20). Sum of RGB (Red+Green+Blue) = 11+147+20=178 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.18% from 178); Green value is 147 (57.81% from 255 or 82.58% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 147 - color contains mainly: green. Hex color #0B9314 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B9314 is #F46CEB. Grayscale: #5C5C5C. Windows color (decimal): -16018668 or 1348363. OLE color: 1348363.

HSL color Cylindrical-coordinate representation of color #0B9314: hue angle of 123.97º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9314 is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB1114720-
CMYK0.9300.860.42
HSL123.97º86.08%30.98%-
HSV(B)123.97º92.52%57.65%-
XYZ10.720.994.15-
YUV91.8687.4470.33-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.18%
GREEN value IS 147 (57.81% from 255) = 82.58%
BLUE value IS 20 (8.20% from 255) = 11.24%
R=6.18%
G=82.58%
B=11.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11147200.9300.860.42123.9786.0830.98
HexB93145D0562A7c561f
Octal132232413501265217412637
Binary101110010011101001011101010101101010101111100101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,147,20); }

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

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

 a { background-color: rgb(11,147,20); }

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

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

 span { border-color: rgb(11,147,20); }

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