#10940D

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

Shades of Islamic Green #10940D

Tints of Islamic Green #10940D

Color information

#10940D (or 0x10940D) is unknown color: approx Islamic Green. HEX triplet: 10, 94 and 0D. RGB value is (16,148,13). Sum of RGB (Red+Green+Blue) = 16+148+13=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 148 (58.20% from 255 or 83.62% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 148 - color contains mainly: green. Hex color #10940D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10940D is #EF6BF2. Grayscale: #5D5D5D. Windows color (decimal): -15690739 or 889872. OLE color: 889872.

HSL color Cylindrical-coordinate representation of color #10940D: hue angle of 118.67º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10940D is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB1614813-
CMYK0.8900.910.42
HSL118.67º83.85%31.57%-
HSV(B)118.67º91.22%58.04%-
XYZ10.8821.323.92-
YUV93.1482.7772.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.04%
GREEN value IS 148 (58.20% from 255) = 83.62%
BLUE value IS 13 (5.47% from 255) = 7.34%
R=9.04%
G=83.62%
B=7.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal16148130.8900.910.42118.6783.8531.57
Hex1094D5905B2A775420
Octal202241513101335216712440
Binary1000010010100110110110010101101110101011101111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10940D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10940D; }

 p { color: rgb(16,148,13); }

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

<style>
 a { background-color: #10940D; }

 a { background-color: rgb(16,148,13); }

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

<style>
 span { border-color: #10940D; }

 span { border-color: rgb(16,148,13); }

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