#10A60A

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

Shades of Islamic Green #10A60A

Tints of Islamic Green #10A60A

Color information

#10A60A (or 0x10A60A) is unknown color: approx Islamic Green. HEX triplet: 10, A6 and 0A. RGB value is (16,166,10). Sum of RGB (Red+Green+Blue) = 16+166+10=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 166 (65.23% from 255 or 86.46% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 166 - color contains mainly: green. Hex color #10A60A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A60A is #EF59F5. Grayscale: #676767. Windows color (decimal): -15686134 or 697872. OLE color: 697872.

HSL color Cylindrical-coordinate representation of color #10A60A: hue angle of 117.69º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10A60A is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB1616610-
CMYK0.9000.940.35
HSL117.69º88.64%34.51%-
HSV(B)117.69º93.98%65.1%-
XYZ13.927.44.84-
YUV103.3775.3165.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.33%
GREEN value IS 166 (65.23% from 255) = 86.46%
BLUE value IS 10 (4.30% from 255) = 5.21%
R=8.33%
G=86.46%
B=5.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16166100.9000.940.35117.6988.6434.51
Hex10A6A5A05E23765923
Octal202461213201364316613143
Binary1000010100110101010110100101111010001111101101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A60A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,166,10); }

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

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

 a { background-color: rgb(16,166,10); }

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

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

 span { border-color: rgb(16,166,10); }

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