#1AC000

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

Shades of Islamic Green #1AC000

Tints of Islamic Green #1AC000

Color information

#1AC000 (or 0x1AC000) is unknown color: approx Islamic Green. HEX triplet: 1A, C0 and 00. RGB value is (26,192,0). Sum of RGB (Red+Green+Blue) = 26+192+0=218 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.93% from 218); Green value is 192 (75.39% from 255 or 88.07% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC000 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC000 is #E53FFF. Grayscale: #797979. Windows color (decimal): -15024128 or 49178. OLE color: 49178.

HSL color Cylindrical-coordinate representation of color #1AC000: hue angle of 111.88º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1AC000 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB261920-
CMYK0.86010.25
HSL111.88º100%37.65%-
HSV(B)111.88º100%75.29%-
XYZ19.2837.926.3-
YUV120.486060.61-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.93%
GREEN value IS 192 (75.39% from 255) = 88.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=11.93%
G=88.07%
B=0%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2619200.86010.25111.8810037.65
Hex1AC005606419706426
Octal32300012601443116014446
Binary110101100000001010110011001001100111100001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AC000; }

 p { color: rgb(26,192,0); }

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

<style>
 a { background-color: #1AC000; }

 a { background-color: rgb(26,192,0); }

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

<style>
 span { border-color: #1AC000; }

 span { border-color: rgb(26,192,0); }

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