#18B50F

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

Shades of Islamic Green #18B50F

Tints of Islamic Green #18B50F

Color information

#18B50F (or 0x18B50F) is unknown color: approx Islamic Green. HEX triplet: 18, B5 and 0F. RGB value is (24,181,15). Sum of RGB (Red+Green+Blue) = 24+181+15=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 181 (71.09% from 255 or 82.27% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 181 - color contains mainly: green. Hex color #18B50F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18B50F is #E74AF0. Grayscale: #737373. Windows color (decimal): -15158001 or 1029400. OLE color: 1029400.

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

Color convert

RGB2418115-
CMYK0.8700.920.29
HSL116.75º84.69%38.43%-
HSV(B)116.75º91.71%70.98%-
XYZ16.9933.285.98-
YUV115.1371.4963-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.91%
GREEN value IS 181 (71.09% from 255) = 82.27%
BLUE value IS 15 (6.25% from 255) = 6.82%
R=10.91%
G=82.27%
B=6.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal24181150.8700.920.29116.7584.6938.43
Hex18B5F5705C1D755526
Octal302651712701343516512546
Binary110001011010111111010111010111001110111101011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B50F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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