#18b507

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

Shades of Islamic Green #18B507

Tints of Islamic Green #18B507

Color information

#18B507 (or 0x18B507) is unknown color: approx Islamic Green. HEX triplet: 18, B5 and 07. RGB value is (24,181,7). Sum of RGB (Red+Green+Blue) = 24+181+7=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 181 (71.09% from 255 or 85.38% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 181 - color contains mainly: green. Hex color #18B507 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18B507 is #E74AF8. Grayscale: #727272. Windows color (decimal): -15158009 or 505112. OLE color: 505112.

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

Color convert

RGB241817-
CMYK0.8700.960.29
HSL114.14º92.55%36.86%-
HSV(B)114.14º96.13%70.98%-
XYZ16.9433.265.73-
YUV114.2267.4963.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.32%
GREEN value IS 181 (71.09% from 255) = 85.38%
BLUE value IS 7 (3.12% from 255) = 3.30%
R=11.32%
G=85.38%
B=3.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal2418170.8700.960.29114.1492.5536.86
Hex18B57570601D725d25
Octal30265712701403516213545
Binary11000101101011111010111011000001110111100101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18b507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,181,7); }

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

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

 a { background-color: rgb(24,181,7); }

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

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

 span { border-color: rgb(24,181,7); }

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