#18A905

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

Shades of Islamic Green #18A905

Tints of Islamic Green #18A905

Color information

#18A905 (or 0x18A905) is unknown color: approx Islamic Green. HEX triplet: 18, A9 and 05. RGB value is (24,169,5). Sum of RGB (Red+Green+Blue) = 24+169+5=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 169 (66.41% from 255 or 85.35% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 169 - color contains mainly: green. Hex color #18A905 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18A905 is #E756FA. Grayscale: #6B6B6B. Windows color (decimal): -15161083 or 370968. OLE color: 370968.

HSL color Cylindrical-coordinate representation of color #18A905: hue angle of 113.05º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #18A905 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB241695-
CMYK0.8600.970.34
HSL113.05º94.25%34.12%-
HSV(B)113.05º97.04%66.27%-
XYZ14.5928.584.89-
YUV106.9570.4668.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.12%
GREEN value IS 169 (66.41% from 255) = 85.35%
BLUE value IS 5 (2.34% from 255) = 2.53%
R=12.12%
G=85.35%
B=2.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal2416950.8600.970.34113.0594.2534.12
Hex18A955606122715e22
Octal30251512601414216113642
Binary110001010100110110101100110000110001011100011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,169,5); }

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

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

 a { background-color: rgb(24,169,5); }

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

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

 span { border-color: rgb(24,169,5); }

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