#0B980C

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

Shades of Islamic Green #0B980C

Tints of Islamic Green #0B980C

Color information

#0B980C (or 0x0B980C) is unknown color: approx Islamic Green. HEX triplet: 0B, 98 and 0C. RGB value is (11,152,12). Sum of RGB (Red+Green+Blue) = 11+152+12=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 152 (59.77% from 255 or 86.86% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 152 - color contains mainly: green. Hex color #0B980C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B980C is #F467F3. Grayscale: #5E5E5E. Windows color (decimal): -16017396 or 825355. OLE color: 825355.

HSL color Cylindrical-coordinate representation of color #0B980C: hue angle of 120.43º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B980C is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB1115212-
CMYK0.9300.920.40
HSL120.43º86.5%31.96%-
HSV(B)120.43º92.76%59.61%-
XYZ11.4322.554.1-
YUV93.8881.7968.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.29%
GREEN value IS 152 (59.77% from 255) = 86.86%
BLUE value IS 12 (5.08% from 255) = 6.86%
R=6.29%
G=86.86%
B=6.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11152120.9300.920.40120.4386.531.96
HexB98C5D05C28785720
Octal132301413501345017012740
Binary101110011000110010111010101110010100011110001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B980C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,152,12); }

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

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

 a { background-color: rgb(11,152,12); }

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

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

 span { border-color: rgb(11,152,12); }

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