#0B9B19

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

Shades of Islamic Green #0B9B19

Tints of Islamic Green #0B9B19

Color information

#0B9B19 (or 0x0B9B19) is unknown color: approx Islamic Green. HEX triplet: 0B, 9B and 19. RGB value is (11,155,25). Sum of RGB (Red+Green+Blue) = 11+155+25=191 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.76% from 191); Green value is 155 (60.94% from 255 or 81.15% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 155 - color contains mainly: green. Hex color #0B9B19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B9B19 is #F464E6. Grayscale: #616161. Windows color (decimal): -16016615 or 1678091. OLE color: 1678091.

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

Color convert

RGB1115525-
CMYK0.9300.840.39
HSL125.83º86.75%32.55%-
HSV(B)125.83º92.9%60.78%-
XYZ12.0323.584.84-
YUV97.1287.2966.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.76%
GREEN value IS 155 (60.94% from 255) = 81.15%
BLUE value IS 25 (10.16% from 255) = 13.09%
R=5.76%
G=81.15%
B=13.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11155250.9300.840.39125.8386.7532.55
HexB9B195D054277e5721
Octal132333113501244717612741
Binary1011100110111100110111010101010010011111111101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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