#18AA01

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

Shades of Islamic Green #18AA01

Tints of Islamic Green #18AA01

Color information

#18AA01 (or 0x18AA01) is unknown color: approx Islamic Green. HEX triplet: 18, AA and 01. RGB value is (24,170,1). Sum of RGB (Red+Green+Blue) = 24+170+1=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 170 (66.80% from 255 or 87.18% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18AA01 is #E755FE. Grayscale: #6B6B6B. Windows color (decimal): -15160831 or 109080. OLE color: 109080.

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

Color convert

RGB241701-
CMYK0.8600.990.33
HSL111.83º98.83%33.53%-
HSV(B)111.83º99.41%66.67%-
XYZ14.7628.954.84-
YUV107.0868.1368.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.31%
GREEN value IS 170 (66.80% from 255) = 87.18%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=12.31%
G=87.18%
B=0.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2417010.8600.990.33111.8398.8333.53
Hex18AA15606321706322
Octal30252112601434116014342
Binary1100010101010110101100110001110000111100001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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