#0B9B1A

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

Shades of Islamic Green #0B9B1A

Tints of Islamic Green #0B9B1A

Color information

#0B9B1A (or 0x0B9B1A) is unknown color: approx Islamic Green. HEX triplet: 0B, 9B and 1A. RGB value is (11,155,26). Sum of RGB (Red+Green+Blue) = 11+155+26=192 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.73% from 192); Green value is 155 (60.94% from 255 or 80.73% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 155 - color contains mainly: green. Hex color #0B9B1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9B1A is #F464E5. Grayscale: #616161. Windows color (decimal): -16016614 or 1743627. OLE color: 1743627.

HSL color Cylindrical-coordinate representation of color #0B9B1A: hue angle of 126.25º 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 #0B9B1A is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB1115526-
CMYK0.9300.830.39
HSL126.25º86.75%32.55%-
HSV(B)126.25º92.9%60.78%-
XYZ12.0523.594.9-
YUV97.2487.7966.49-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.73%
GREEN value IS 155 (60.94% from 255) = 80.73%
BLUE value IS 26 (10.55% from 255) = 13.54%
R=5.73%
G=80.73%
B=13.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11155260.9300.830.39126.2586.7532.55
HexB9B1A5D053277e5721
Octal132333213501234717612741
Binary1011100110111101010111010101001110011111111101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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