#0B9B14

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

Shades of Islamic Green #0B9B14

Tints of Islamic Green #0B9B14

Color information

#0B9B14 (or 0x0B9B14) is unknown color: approx Islamic Green. HEX triplet: 0B, 9B and 14. RGB value is (11,155,20). Sum of RGB (Red+Green+Blue) = 11+155+20=186 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.91% from 186); Green value is 155 (60.94% from 255 or 83.33% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 155 - color contains mainly: green. Hex color #0B9B14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B9B14 is #F464EB. Grayscale: #606060. Windows color (decimal): -16016620 or 1350411. OLE color: 1350411.

HSL color Cylindrical-coordinate representation of color #0B9B14: hue angle of 123.75º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9B14 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB1115520-
CMYK0.9300.870.39
HSL123.75º86.75%32.55%-
HSV(B)123.75º92.9%60.78%-
XYZ11.9923.564.58-
YUV96.5584.7966.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.91%
GREEN value IS 155 (60.94% from 255) = 83.33%
BLUE value IS 20 (8.20% from 255) = 10.75%
R=5.91%
G=83.33%
B=10.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11155200.9300.870.39123.7586.7532.55
HexB9B145D057277c5721
Octal132332413501274717412741
Binary1011100110111010010111010101011110011111111001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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