#18A003

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

Shades of Islamic Green #18A003

Tints of Islamic Green #18A003

Color information

#18A003 (or 0x18A003) is unknown color: approx Islamic Green. HEX triplet: 18, A0 and 03. RGB value is (24,160,3). Sum of RGB (Red+Green+Blue) = 24+160+3=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 160 (62.89% from 255 or 85.56% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 160 - color contains mainly: green. Hex color #18A003 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18A003 is #E75FFC. Grayscale: #656565. Windows color (decimal): -15163389 or 237592. OLE color: 237592.

HSL color Cylindrical-coordinate representation of color #18A003: hue angle of 111.97º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18A003 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB241603-
CMYK0.8500.980.37
HSL111.97º96.32%31.96%-
HSV(B)111.97º98.12%62.75%-
XYZ12.9625.344.29-
YUV101.4472.4472.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.83%
GREEN value IS 160 (62.89% from 255) = 85.56%
BLUE value IS 3 (1.56% from 255) = 1.60%
R=12.83%
G=85.56%
B=1.60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal2416030.8500.980.37111.9796.3231.96
Hex18A035506225706020
Octal30240312501424516014040
Binary11000101000001110101010110001010010111100001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,160,3); }

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

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

 a { background-color: rgb(24,160,3); }

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

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

 span { border-color: rgb(24,160,3); }

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