#108D03

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

Shades of Islamic Green #108D03

Tints of Islamic Green #108D03

Color information

#108D03 (or 0x108D03) is unknown color: approx Islamic Green. HEX triplet: 10, 8D and 03. RGB value is (16,141,3). Sum of RGB (Red+Green+Blue) = 16+141+3=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 141 (55.47% from 255 or 88.12% from 160); Blue value is 3 (1.56% from 255 or 1.88% from 160); Max value from RGB is 141 - color contains mainly: green. Hex color #108D03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #108D03 is #EF72FC. Grayscale: #585858. Windows color (decimal): -15692541 or 232720. OLE color: 232720.

HSL color Cylindrical-coordinate representation of color #108D03: hue angle of 114.35º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #108D03 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.

Color convert

RGB161413-
CMYK0.8900.980.45
HSL114.35º95.83%28.24%-
HSV(B)114.35º97.87%55.29%-
XYZ9.7519.173.27-
YUV87.8980.0976.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10%
GREEN value IS 141 (55.47% from 255) = 88.12%
BLUE value IS 3 (1.56% from 255) = 1.88%
R=10%
G=88.12%
B=1.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1614130.8900.980.45114.3595.8328.24
Hex108D3590622D72601c
Octal20215313101425516214034
Binary1000010001101111011001011000101011011110010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108D03; }

 p { color: rgb(16,141,3); }

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

<style>
 a { background-color: #108D03; }

 a { background-color: rgb(16,141,3); }

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

<style>
 span { border-color: #108D03; }

 span { border-color: rgb(16,141,3); }

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