#18b60a

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

Shades of Islamic Green #18B60A

Tints of Islamic Green #18B60A

Color information

#18B60A (or 0x18B60A) is unknown color: approx Islamic Green. HEX triplet: 18, B6 and 0A. RGB value is (24,182,10). Sum of RGB (Red+Green+Blue) = 24+182+10=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 182 (71.48% from 255 or 84.26% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 182 - color contains mainly: green. Hex color #18B60A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18B60A is #E749F5. Grayscale: #737373. Windows color (decimal): -15157750 or 701976. OLE color: 701976.

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

Color convert

RGB2418210-
CMYK0.8700.950.29
HSL115.12º89.58%37.65%-
HSV(B)115.12º94.51%71.37%-
XYZ17.1633.675.88-
YUV115.1568.6562.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.11%
GREEN value IS 182 (71.48% from 255) = 84.26%
BLUE value IS 10 (4.30% from 255) = 4.63%
R=11.11%
G=84.26%
B=4.63%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal24182100.8700.950.29115.1289.5837.65
Hex18B6A5705F1D735a26
Octal302661212701373516313246
Binary110001011011010101010111010111111110111100111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18b60a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,182,10); }

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

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

 a { background-color: rgb(24,182,10); }

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

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

 span { border-color: rgb(24,182,10); }

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