#13AA18

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

Shades of Islamic Green #13AA18

Tints of Islamic Green #13AA18

Color information

#13AA18 (or 0x13AA18) is unknown color: approx Islamic Green. HEX triplet: 13, AA and 18. RGB value is (19,170,24). Sum of RGB (Red+Green+Blue) = 19+170+24=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 170 (66.80% from 255 or 79.81% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13AA18 is #EC55E7. Grayscale: #6C6C6C. Windows color (decimal): -15488488 or 1616403. OLE color: 1616403.

HSL color Cylindrical-coordinate representation of color #13AA18: hue angle of 121.99º 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 #13AA18 is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB1917024-
CMYK0.8900.860.33
HSL121.99º79.89%37.06%-
HSV(B)121.99º88.82%66.67%-
XYZ14.8128.955.67-
YUV108.2180.4764.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.92%
GREEN value IS 170 (66.80% from 255) = 79.81%
BLUE value IS 24 (9.77% from 255) = 11.27%
R=8.92%
G=79.81%
B=11.27%

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
Decimal19170240.8900.860.33121.9979.8937.06
Hex13AA1859056217a5025
Octal232523013101264117212045
Binary10011101010101100010110010101011010000111110101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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