#18B40C

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

Shades of Islamic Green #18B40C

Tints of Islamic Green #18B40C

Color information

#18B40C (or 0x18B40C) is unknown color: approx Islamic Green. HEX triplet: 18, B4 and 0C. RGB value is (24,180,12). Sum of RGB (Red+Green+Blue) = 24+180+12=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 180 (70.70% from 255 or 83.33% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 180 - color contains mainly: green. Hex color #18B40C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18B40C is #E74BF3. Grayscale: #727272. Windows color (decimal): -15158260 or 832536. OLE color: 832536.

HSL color Cylindrical-coordinate representation of color #18B40C: hue angle of 115.71º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18B40C is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB2418012-
CMYK0.8700.930.29
HSL115.71º87.5%37.65%-
HSV(B)115.71º93.33%70.59%-
XYZ16.7632.865.81-
YUV114.270.3263.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.11%
GREEN value IS 180 (70.70% from 255) = 83.33%
BLUE value IS 12 (5.08% from 255) = 5.56%
R=11.11%
G=83.33%
B=5.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal24180120.8700.930.29115.7187.537.65
Hex18B4C5705D1D745826
Octal302641412701353516413046
Binary110001011010011001010111010111011110111101001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B40C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,180,12); }

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

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

 a { background-color: rgb(24,180,12); }

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

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

 span { border-color: rgb(24,180,12); }

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