#18B806

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

Shades of Islamic Green #18B806

Tints of Islamic Green #18B806

Color information

#18B806 (or 0x18B806) is unknown color: approx Islamic Green. HEX triplet: 18, B8 and 06. RGB value is (24,184,6). Sum of RGB (Red+Green+Blue) = 24+184+6=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 184 (72.27% from 255 or 85.98% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 184 - color contains mainly: green. Hex color #18B806 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18B806 is #E747F9. Grayscale: #747474. Windows color (decimal): -15157242 or 440344. OLE color: 440344.

HSL color Cylindrical-coordinate representation of color #18B806: hue angle of 113.93º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #18B806 is Cyan = 0.87, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB241846-
CMYK0.8700.970.28
HSL113.93º93.68%37.25%-
HSV(B)113.93º96.74%72.16%-
XYZ17.5534.495.9-
YUV115.8765.9962.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.21%
GREEN value IS 184 (72.27% from 255) = 85.98%
BLUE value IS 6 (2.73% from 255) = 2.80%
R=11.21%
G=85.98%
B=2.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal2418460.8700.970.28113.9393.6837.25
Hex18B86570611C725e25
Octal30270612701413416213645
Binary11000101110001101010111011000011110011100101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,184,6); }

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

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

 a { background-color: rgb(24,184,6); }

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

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

 span { border-color: rgb(24,184,6); }

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