#18AD10

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

Shades of Islamic Green #18AD10

Tints of Islamic Green #18AD10

Color information

#18AD10 (or 0x18AD10) is unknown color: approx Islamic Green. HEX triplet: 18, AD and 10. RGB value is (24,173,16). Sum of RGB (Red+Green+Blue) = 24+173+16=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 173 (67.97% from 255 or 81.22% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 173 - color contains mainly: green. Hex color #18AD10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18AD10 is #E752EF. Grayscale: #6F6F6F. Windows color (decimal): -15160048 or 1092888. OLE color: 1092888.

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

Color convert

RGB2417316-
CMYK0.8600.910.32
HSL116.94º83.07%37.06%-
HSV(B)116.94º90.75%67.84%-
XYZ15.4130.125.49-
YUV110.5574.6466.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.27%
GREEN value IS 173 (67.97% from 255) = 81.22%
BLUE value IS 16 (6.64% from 255) = 7.51%
R=11.27%
G=81.22%
B=7.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal24173160.8600.910.32116.9483.0737.06
Hex18AD105605B20755325
Octal302552012601334016512345
Binary11000101011011000010101100101101110000011101011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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