#0B9415

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

Shades of Islamic Green #0B9415

Tints of Islamic Green #0B9415

Color information

#0B9415 (or 0x0B9415) is unknown color: approx Islamic Green. HEX triplet: 0B, 94 and 15. RGB value is (11,148,21). Sum of RGB (Red+Green+Blue) = 11+148+21=180 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.11% from 180); Green value is 148 (58.20% from 255 or 82.22% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 148 - color contains mainly: green. Hex color #0B9415 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B9415 is #F46BEA. Grayscale: #5C5C5C. Windows color (decimal): -16018411 or 1414155. OLE color: 1414155.

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

Color convert

RGB1114821-
CMYK0.9300.860.42
HSL124.38º86.16%31.18%-
HSV(B)124.38º92.57%58.04%-
XYZ10.8621.314.25-
YUV92.5687.6169.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.11%
GREEN value IS 148 (58.20% from 255) = 82.22%
BLUE value IS 21 (8.59% from 255) = 11.67%
R=6.11%
G=82.22%
B=11.67%

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
Decimal11148210.9300.860.42124.3886.1631.18
HexB94155D0562A7c561f
Octal132242513501265217412637
Binary101110010100101011011101010101101010101111100101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,148,21); }

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

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

 a { background-color: rgb(11,148,21); }

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

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

 span { border-color: rgb(11,148,21); }

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