#18A602

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

Shades of Islamic Green #18A602

Tints of Islamic Green #18A602

Color information

#18A602 (or 0x18A602) is unknown color: approx Islamic Green. HEX triplet: 18, A6 and 02. RGB value is (24,166,2). Sum of RGB (Red+Green+Blue) = 24+166+2=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 166 (65.23% from 255 or 86.46% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 166 - color contains mainly: green. Hex color #18A602 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18A602 is #E759FD. Grayscale: #696969. Windows color (decimal): -15161854 or 173592. OLE color: 173592.

HSL color Cylindrical-coordinate representation of color #18A602: hue angle of 111.95º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18A602 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB241662-
CMYK0.8600.990.35
HSL111.95º97.62%32.94%-
HSV(B)111.95º98.8%65.1%-
XYZ14.0227.474.62-
YUV104.8569.9670.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.5%
GREEN value IS 166 (65.23% from 255) = 86.46%
BLUE value IS 2 (1.17% from 255) = 1.04%
R=12.5%
G=86.46%
B=1.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2416620.8600.990.35111.9597.6232.94
Hex18A625606323706221
Octal30246212601434316014241
Binary11000101001101010101100110001110001111100001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,166,2); }

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

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

 a { background-color: rgb(24,166,2); }

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

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

 span { border-color: rgb(24,166,2); }

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