#10AD05

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

Shades of Islamic Green #10AD05

Tints of Islamic Green #10AD05

Color information

#10AD05 (or 0x10AD05) is unknown color: approx Islamic Green. HEX triplet: 10, AD and 05. RGB value is (16,173,5). Sum of RGB (Red+Green+Blue) = 16+173+5=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 173 (67.97% from 255 or 89.18% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AD05 is #EF52FA. Grayscale: #6B6B6B. Windows color (decimal): -15684347 or 371984. OLE color: 371984.

HSL color Cylindrical-coordinate representation of color #10AD05: hue angle of 116.07º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10AD05 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB161735-
CMYK0.9100.970.32
HSL116.07º94.38%34.9%-
HSV(B)116.07º97.11%67.84%-
XYZ15.1830.015.14-
YUV106.970.4963.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.25%
GREEN value IS 173 (67.97% from 255) = 89.18%
BLUE value IS 5 (2.34% from 255) = 2.58%
R=8.25%
G=89.18%
B=2.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1617350.9100.970.32116.0794.3834.9
Hex10AD55B06120745e23
Octal20255513301414016413643
Binary100001010110110110110110110000110000011101001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AD05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,173,5); }

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

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

 a { background-color: rgb(16,173,5); }

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

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

 span { border-color: rgb(16,173,5); }

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