#13AA17

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

Shades of Islamic Green #13AA17

Tints of Islamic Green #13AA17

Color information

#13AA17 (or 0x13AA17) is unknown color: approx Islamic Green. HEX triplet: 13, AA and 17. RGB value is (19,170,23). Sum of RGB (Red+Green+Blue) = 19+170+23=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 170 (66.80% from 255 or 80.19% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA17 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13AA17 is #EC55E8. Grayscale: #6C6C6C. Windows color (decimal): -15488489 or 1550867. OLE color: 1550867.

HSL color Cylindrical-coordinate representation of color #13AA17: hue angle of 121.59º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AA17 is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB1917023-
CMYK0.8900.860.33
HSL121.59º79.89%37.06%-
HSV(B)121.59º88.82%66.67%-
XYZ14.828.955.62-
YUV108.0979.9764.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.96%
GREEN value IS 170 (66.80% from 255) = 80.19%
BLUE value IS 23 (9.38% from 255) = 10.85%
R=8.96%
G=80.19%
B=10.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal19170230.8900.860.33121.5979.8937.06
Hex13AA1759056217a5025
Octal232522713101264117212045
Binary10011101010101011110110010101011010000111110101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AA17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,170,23); }

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

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

 a { background-color: rgb(19,170,23); }

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

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

 span { border-color: rgb(19,170,23); }

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