#0D9111

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

Shades of Islamic Green #0D9111

Tints of Islamic Green #0D9111

Color information

#0D9111 (or 0x0D9111) is unknown color: approx Islamic Green. HEX triplet: 0D, 91 and 11. RGB value is (13,145,17). Sum of RGB (Red+Green+Blue) = 13+145+17=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 145 (57.03% from 255 or 82.86% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 145 - color contains mainly: green. Hex color #0D9111 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9111 is #F26EEE. Grayscale: #5B5B5B. Windows color (decimal): -15888111 or 1151245. OLE color: 1151245.

HSL color Cylindrical-coordinate representation of color #0D9111: hue angle of 121.82º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9111 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB1314517-
CMYK0.9100.880.43
HSL121.82º83.54%30.98%-
HSV(B)121.82º91.03%56.86%-
XYZ10.3920.383.92-
YUV90.9486.2772.41-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.43%
GREEN value IS 145 (57.03% from 255) = 82.86%
BLUE value IS 17 (7.03% from 255) = 9.71%
R=7.43%
G=82.86%
B=9.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13145170.9100.880.43121.8283.5430.98
HexD91115B0582B7a541f
Octal152212113301305317212437
Binary110110010001100011011011010110001010111111010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,145,17); }

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

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

 a { background-color: rgb(13,145,17); }

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

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

 span { border-color: rgb(13,145,17); }

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