#10A00D

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

Shades of Islamic Green #10A00D

Tints of Islamic Green #10A00D

Color information

#10A00D (or 0x10A00D) is unknown color: approx Islamic Green. HEX triplet: 10, A0 and 0D. RGB value is (16,160,13). Sum of RGB (Red+Green+Blue) = 16+160+13=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 160 (62.89% from 255 or 84.66% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 160 - color contains mainly: green. Hex color #10A00D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A00D is #EF5FF2. Grayscale: #646464. Windows color (decimal): -15687667 or 892944. OLE color: 892944.

HSL color Cylindrical-coordinate representation of color #10A00D: hue angle of 118.78º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10A00D is Cyan = 0.9, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.

Color convert

RGB1616013-
CMYK0.900.920.37
HSL118.78º84.97%33.92%-
HSV(B)118.78º91.87%62.75%-
XYZ12.8625.284.58-
YUV100.1978.7967.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.47%
GREEN value IS 160 (62.89% from 255) = 84.66%
BLUE value IS 13 (5.47% from 255) = 6.88%
R=8.47%
G=84.66%
B=6.88%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16160130.900.920.37118.7884.9733.92
Hex10A0D5A05C25775522
Octal202401513201344516712542
Binary1000010100000110110110100101110010010111101111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10A00D; }

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

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

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

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

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

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

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

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