#18AD00

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

Shades of Islamic Green #18AD00

Tints of Islamic Green #18AD00

Color information

#18AD00 (or 0x18AD00) is unknown color: approx Islamic Green. HEX triplet: 18, AD and 00. RGB value is (24,173,0). Sum of RGB (Red+Green+Blue) = 24+173+0=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 173 (67.97% from 255 or 87.82% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 173 - color contains mainly: green. Hex color #18AD00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18AD00 is #E752FF. Grayscale: #6D6D6D. Windows color (decimal): -15160064 or 44312. OLE color: 44312.

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

Color convert

RGB241730-
CMYK0.86010.32
HSL111.68º100%33.92%-
HSV(B)111.68º100%67.84%-
XYZ15.3230.085-
YUV108.7366.6467.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.18%
GREEN value IS 173 (67.97% from 255) = 87.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=12.18%
G=87.82%
B=0%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2417300.86010.32111.6810033.92
Hex18AD05606420706422
Octal30255012601444016014442
Binary1100010101101010101100110010010000011100001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,173,0); }

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

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

 a { background-color: rgb(24,173,0); }

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

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

 span { border-color: rgb(24,173,0); }

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