#13AD10

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

Shades of Islamic Green #13AD10

Tints of Islamic Green #13AD10

Color information

#13AD10 (or 0x13AD10) is unknown color: approx Islamic Green. HEX triplet: 13, AD and 10. RGB value is (19,173,16). Sum of RGB (Red+Green+Blue) = 19+173+16=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 173 (67.97% from 255 or 83.17% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13AD10 is #EC52EF. Grayscale: #6D6D6D. Windows color (decimal): -15487728 or 1092883. OLE color: 1092883.

HSL color Cylindrical-coordinate representation of color #13AD10: hue angle of 118.85º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13AD10 is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB1917316-
CMYK0.8900.910.32
HSL118.85º83.07%37.06%-
HSV(B)118.85º90.75%67.84%-
XYZ15.3130.065.49-
YUV109.0675.4863.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.13%
GREEN value IS 173 (67.97% from 255) = 83.17%
BLUE value IS 16 (6.64% from 255) = 7.69%
R=9.13%
G=83.17%
B=7.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal19173160.8900.910.32118.8583.0737.06
Hex13AD105905B20775325
Octal232552013101334016712345
Binary10011101011011000010110010101101110000011101111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13AD10; }

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

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

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

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

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

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

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

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