#18A20D

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

Shades of Islamic Green #18A20D

Tints of Islamic Green #18A20D

Color information

#18A20D (or 0x18A20D) is unknown color: approx Islamic Green. HEX triplet: 18, A2 and 0D. RGB value is (24,162,13). Sum of RGB (Red+Green+Blue) = 24+162+13=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 162 (63.67% from 255 or 81.41% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 162 - color contains mainly: green. Hex color #18A20D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18A20D is #E75DF2. Grayscale: #686868. Windows color (decimal): -15162867 or 893464. OLE color: 893464.

HSL color Cylindrical-coordinate representation of color #18A20D: hue angle of 115.57º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18A20D is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB2416213-
CMYK0.8500.920.36
HSL115.57º85.14%34.31%-
HSV(B)115.57º91.98%63.53%-
XYZ13.3726.064.71-
YUV103.7576.7871.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.06%
GREEN value IS 162 (63.67% from 255) = 81.41%
BLUE value IS 13 (5.47% from 255) = 6.53%
R=12.06%
G=81.41%
B=6.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24162130.8500.920.36115.5785.1434.31
Hex18A2D5505C24745522
Octal302421512501344416412542
Binary1100010100010110110101010101110010010011101001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A20D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18A20D; }

 p { color: rgb(24,162,13); }

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

<style>
 a { background-color: #18A20D; }

 a { background-color: rgb(24,162,13); }

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

<style>
 span { border-color: #18A20D; }

 span { border-color: rgb(24,162,13); }

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