#13AA12

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

Shades of Islamic Green #13AA12

Tints of Islamic Green #13AA12

Color information

#13AA12 (or 0x13AA12) is unknown color: approx Islamic Green. HEX triplet: 13, AA and 12. RGB value is (19,170,18). Sum of RGB (Red+Green+Blue) = 19+170+18=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 170 (66.80% from 255 or 82.13% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13AA12 is #EC55ED. Grayscale: #6B6B6B. Windows color (decimal): -15488494 or 1223187. OLE color: 1223187.

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

Color convert

RGB1917018-
CMYK0.8900.890.33
HSL119.61º80.85%36.86%-
HSV(B)119.61º89.41%66.67%-
XYZ14.7528.935.38-
YUV107.5277.4764.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.18%
GREEN value IS 170 (66.80% from 255) = 82.13%
BLUE value IS 18 (7.42% from 255) = 8.70%
R=9.18%
G=82.13%
B=8.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal19170180.8900.890.33119.6180.8536.86
Hex13AA125905921785125
Octal232522213101314117012145
Binary10011101010101001010110010101100110000111110001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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