#109500

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

Shades of Islamic Green #109500

Tints of Islamic Green #109500

Color information

#109500 (or 0x109500) is unknown color: approx Islamic Green. HEX triplet: 10, 95 and 00. RGB value is (16,149,0). Sum of RGB (Red+Green+Blue) = 16+149+0=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 149 (58.59% from 255 or 90.30% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 149 - color contains mainly: green. Hex color #109500 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #109500 is #EF6AFF. Grayscale: #5C5C5C. Windows color (decimal): -15690496 or 38160. OLE color: 38160.

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

Color convert

RGB161490-
CMYK0.89010.42
HSL113.56º100%29.22%-
HSV(B)113.56º100%58.43%-
XYZ10.9621.613.59-
YUV92.2575.9473.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.70%
GREEN value IS 149 (58.59% from 255) = 90.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=9.70%
G=90.30%
B=0%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1614900.89010.42113.5610029.22
Hex10950590642A72641d
Octal20225013101445216214435
Binary100001001010101011001011001001010101110010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109500; }

 p { color: rgb(16,149,0); }

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

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

 a { background-color: rgb(16,149,0); }

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

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

 span { border-color: rgb(16,149,0); }

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