#10A416

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

Shades of Islamic Green #10A416

Tints of Islamic Green #10A416

Color information

#10A416 (or 0x10A416) is unknown color: approx Islamic Green. HEX triplet: 10, A4 and 16. RGB value is (16,164,22). Sum of RGB (Red+Green+Blue) = 16+164+22=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 164 (64.45% from 255 or 81.19% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 164 - color contains mainly: green. Hex color #10A416 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A416 is #EF5BE9. Grayscale: #676767. Windows color (decimal): -15686634 or 1483792. OLE color: 1483792.

HSL color Cylindrical-coordinate representation of color #10A416: hue angle of 122.43º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A416 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1616422-
CMYK0.9000.870.36
HSL122.43º82.22%35.29%-
HSV(B)122.43º90.24%64.31%-
XYZ13.6326.725.2-
YUV103.5681.9765.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.92%
GREEN value IS 164 (64.45% from 255) = 81.19%
BLUE value IS 22 (8.98% from 255) = 10.89%
R=7.92%
G=81.19%
B=10.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16164220.9000.870.36122.4382.2235.29
Hex10A4165A057247a5223
Octal202442613201274417212243
Binary10000101001001011010110100101011110010011110101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,164,22); }

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

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

 a { background-color: rgb(16,164,22); }

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

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

 span { border-color: rgb(16,164,22); }

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